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 46c9a98 commit 8cdcd46Copy full SHA for 8cdcd46
package.json
@@ -5,7 +5,8 @@
5
"scripts": {
6
"start": "tsx src/runner.ts",
7
"test:server": "tsx src/server-runner.ts",
8
- "test": "vitest",
+ "test": "vitest run",
9
+ "test:watch": "vitest",
10
"lint": "eslint src/ && prettier --check .",
11
"lint:fix": "eslint src/ --fix && prettier --write .",
12
"lint:fix_check": "npm run lint:fix && git diff --exit-code --quiet"
0 commit comments