Skip to content

Commit f303c79

Browse files
author
Mike Valeriano
committed
docs: update readme
1 parent 8f5397d commit f303c79

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Runs the built project.
2828

2929
### `yarn test`
3030

31-
Runs tests with vitest.
31+
Runs tests.
3232

3333
### `yarn biome-fix`
3434

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"build": "node scripts/build.ts",
3030
"dev": "node -C dev --watch src/main.ts",
3131
"start": "node build/main.js",
32-
"test": "node -C dev --test src/**/*.test.ts",
32+
"test": "node -C dev --test 'src/**/*.test.ts'",
3333
"biome-check": "biome check --no-errors-on-unmatched",
3434
"biome-fix": "yarn biome-check --write",
3535
"typecheck": "tsc --noEmit",

0 commit comments

Comments
 (0)