We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5cd306 commit 55d39d3Copy full SHA for 55d39d3
package.json
@@ -44,7 +44,7 @@
44
"lint:fix": "eslint src test --fix",
45
"prepare": "yarn clean && yarn build",
46
"pretest": "yarn lint",
47
- "test": "jest",
+ "test": "vitest --run",
48
"type-tests": "yarn tsc -p test/typetests/tsconfig.json",
49
"coverage": "codecov"
50
},
0 commit comments