Skip to content

Commit

Permalink
chore: remove unnecessary CLI flag for junit reports
Browse files Browse the repository at this point in the history
  • Loading branch information
david-luna committed Feb 6, 2024
1 parent fad0059 commit 81b7bf4
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 @@ -15,7 +15,7 @@
"scripts": {
"test": "node --test",
"test:lcov": "node --test --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=test-report-lcov.info",
"test:junit": "node --test --experimental-test-coverage --test-reporter=junit --test-reporter-destination=test-report-junit.xml",
"test:junit": "node --test --test-reporter=junit --test-reporter-destination=test-report-junit.xml",
"test:ci": "node --test --experimental-test-coverage --test-reporter=./test/lcov-reporter.js --test-reporter-destination=test-report-lcov.info",
"lcov": "cat test-report-lcov.info | coveralls",
"lint": "npm run lint:js && npm run lint:ts",
Expand Down

0 comments on commit 81b7bf4

Please sign in to comment.