Skip to content

Commit

Permalink
fix test command
Browse files Browse the repository at this point in the history
  • Loading branch information
morris committed Jul 16, 2024
1 parent 86dd46c commit 3425f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"format": "prettier --write .",
"format-check": "prettier --check .",
"lint": "eslint .",
"test": "c8 --reporter text --reporter lcov node --loader tsx --test test/*.test.ts test/*/*.test.ts",
"test": "c8 --reporter text --reporter lcov node --import tsx --test test/*.test.ts test/*/*.test.ts",
"build": "tsc --project tsconfig.build.json",
"clean": "rm -rf coverage dist",
"docs": "typedoc src/index.ts --excludeProtected --excludePrivate"
Expand Down

0 comments on commit 3425f6d

Please sign in to comment.