Skip to content

Commit d6f5eaa

Browse files
committed
Switch to vitest
1 parent 23ac7d9 commit d6f5eaa

12 files changed

+2829
-5561
lines changed

.env.local

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
NODE_COMPILE_CACHE="$(pwd)/.cache"

.env.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
NODE_COMPILE_CACHE="$(pwd)/.cache"
2+
VITEST=1

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
.DS_Store
22
._.DS_Store
33
Thumbs.db
4+
/.cache
45
/.env
56
/.nvm
67
/.tap
78
/.vscode
89
/npm-debug.log
9-
/yarn.lock
1010
**/node_modules
1111
/*.tsbuildinfo

.taprc

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)