Skip to content

Commit

Permalink
ci: remove quotes globs from npm test script.
Browse files Browse the repository at this point in the history
  • Loading branch information
knightedcodemonkey committed Jun 30, 2024
1 parent 1d65b78 commit 06a5d06
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 @@ -22,7 +22,7 @@
"lint": "eslint src/*.js test/*.js",
"test:integration": "node --test --test-reporter=spec test/integration.js",
"test:monorepos": "node --test --test-reporter=spec test/monorepos.js",
"test": "c8 --reporter=text --reporter=text-summary --reporter=lcov node --test --test-reporter=spec \"test/*.js\"",
"test": "c8 --reporter=text --reporter=text-summary --reporter=lcov node --test --test-reporter=spec test/integration.js test/monorepos.js",
"build": "node src/duel.js --dirs",
"prepack": "npm run build"
},
Expand Down

0 comments on commit 06a5d06

Please sign in to comment.