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 66fc136 commit 5fcb78aCopy full SHA for 5fcb78a
package.json
@@ -37,7 +37,7 @@
37
"scripts": {
38
"toc": "doctoc README.md",
39
"lint": "eslint src --fix",
40
- "test": "jest src",
+ "test": "vitest run src",
41
"test:watch": "npm run test -- --watch",
42
"test:update": "npm run test -- --updateSnapshot --coverage",
43
"setup": "npm install && npm run validate",
0 commit comments