aboutsummaryrefslogtreecommitdiffstats
path: root/src/setupTests.ts
diff options
context:
space:
mode:
authorFilip Wandzio <contact@philw.dev>2025-11-02 01:44:05 +0100
committerFilip Wandzio <contact@philw.dev>2025-11-02 01:44:05 +0100
commitba940047eb099fc18315d4cafd55300995a76894 (patch)
treedb4ae932ba798f0f15d3648d9950c05c6eae5b7e /src/setupTests.ts
parentd1fec5cf2df51c5260bbe877672a55d86de68b0d (diff)
downloadphilw.dev-ba940047eb099fc18315d4cafd55300995a76894.tar.gz
philw.dev-ba940047eb099fc18315d4cafd55300995a76894.zip
Implement unit testing with vitest
Signed-off-by: Filip Wandzio <contact@philw.dev>
Diffstat (limited to 'src/setupTests.ts')
-rw-r--r--src/setupTests.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/setupTests.ts b/src/setupTests.ts
deleted file mode 100644
index c44951a..0000000
--- a/src/setupTests.ts
+++ /dev/null
@@ -1 +0,0 @@
1import '@testing-library/jest-dom'