Skip to content

Commit 55d39d3

Browse files
committed
Fix NPM test script
1 parent d5cd306 commit 55d39d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"lint:fix": "eslint src test --fix",
4545
"prepare": "yarn clean && yarn build",
4646
"pretest": "yarn lint",
47-
"test": "jest",
47+
"test": "vitest --run",
4848
"type-tests": "yarn tsc -p test/typetests/tsconfig.json",
4949
"coverage": "codecov"
5050
},

0 commit comments

Comments
 (0)