Skip to content

Commit 10d1be9

Browse files
committed
actually using vitest (duh)
1 parent a7dfa60 commit 10d1be9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"scripts": {
3838
"toc": "doctoc README.md",
3939
"lint": "eslint src --fix",
40-
"test": "jest src",
40+
"test": "vitest run src",
4141
"test:watch": "npm run test -- --watch",
4242
"test:update": "npm run test -- --updateSnapshot --coverage",
4343
"setup": "npm install && npm run validate",

0 commit comments

Comments
 (0)