Skip to content

Commit

Permalink
create dir
Browse files Browse the repository at this point in the history
  • Loading branch information
c4spar committed Aug 25, 2024
1 parent 2fc11f8 commit aa29a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"scripts": {
"test:node": "pnpm tsx --test '!(testing|node_modules)/**/*test.ts'",
"coverage:node": "mkdir -p dist/coverage && pnpm tsx --test --experimental-test-coverage --test-reporter=spec --test-reporter=lcov --test-reporter-destination=stdout --test-reporter-destination=./dist/coverage/node/cov.lcov '!(testing|node_modules)/**/**/**/*test.ts'"
"coverage:node": "mkdir -p dist/coverage/node && pnpm tsx --test --experimental-test-coverage --test-reporter=spec --test-reporter=lcov --test-reporter-destination=stdout --test-reporter-destination=./dist/coverage/node/cov.lcov '!(testing|node_modules)/**/**/**/*test.ts'"
},
"imports": {
"@c4spar/mock-command": "jsr:@c4spar/mock-command@^1.0.1",
Expand Down

0 comments on commit aa29a45

Please sign in to comment.