Skip to content

Commit

Permalink
add quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
c4spar committed Aug 25, 2024
1 parent c193b52 commit 77a00ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"update": "deno run --allow-read=./ --allow-net --allow-write=./ https://deno.land/x/deno_outdated@0.2.5/cli.ts --ignore README.md CHANGELOG.md CONTRIBUTING.md"
},
"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/cov.lcov !(testing|node_modules)/**/**/**/*test.ts"
"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/cov.lcov '!(testing|node_modules)/**/**/**/*test.ts'"
},
"imports": {
"@c4spar/mock-command": "jsr:@c4spar/mock-command@^1.0.1",
Expand Down

0 comments on commit 77a00ac

Please sign in to comment.