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.
test:watch
1 parent 41015dd commit 86c0a4cCopy full SHA for 86c0a4c
package.json
@@ -45,6 +45,7 @@
45
"prepare": "yarn clean && yarn build",
46
"pretest": "yarn lint",
47
"test": "vitest --run",
48
+ "test:watch": "vitest --watch",
49
"type-tests": "yarn tsc -p test/typetests/tsconfig.json",
50
"coverage": "codecov"
51
},
0 commit comments