We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f5397d commit f303c79Copy full SHA for f303c79
2 files changed
README.md
@@ -28,7 +28,7 @@ Runs the built project.
28
29
### `yarn test`
30
31
-Runs tests with vitest.
+Runs tests.
32
33
### `yarn biome-fix`
34
package.json
@@ -29,7 +29,7 @@
"build": "node scripts/build.ts",
"dev": "node -C dev --watch src/main.ts",
"start": "node build/main.js",
- "test": "node -C dev --test src/**/*.test.ts",
+ "test": "node -C dev --test 'src/**/*.test.ts'",
"biome-check": "biome check --no-errors-on-unmatched",
"biome-fix": "yarn biome-check --write",
35
"typecheck": "tsc --noEmit",
0 commit comments