Skip to content

Commit

Permalink
test: add experimental coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
xseman committed Aug 20, 2024
1 parent bdee2e1 commit 880eb13
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 @@ -24,7 +24,7 @@
"typecheck": "tsc --noEmit",
"version": "git checkout develop && npm test",
"postversion": "echo 'Now run npm run build && npm publish'",
"test": "TS_NODE_TRANSPILE_ONLY=true node --test --loader=ts-node/esm --no-warnings src/*.test.ts",
"test": "TS_NODE_TRANSPILE_ONLY=true node --test --experimental-test-coverage --loader=ts-node/esm --no-warnings src/*.test.ts",
"test:watch": "TS_NODE_TRANSPILE_ONLY=true node --test --watch --loader=ts-node/esm --no-warnings src/*.test.ts"
},
"dependencies": {
Expand Down

0 comments on commit 880eb13

Please sign in to comment.