Skip to content

Commit

Permalink
Merge branch 'main' into fix-5220
Browse files Browse the repository at this point in the history
  • Loading branch information
metcoder95 committed Dec 21, 2023
2 parents b40ea92 + bc8743a commit 6325ca6
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 @@ -25,7 +25,7 @@
"test:report": "npm run lint && npm run unit:report && npm run test:typescript",
"test:validator:integrity": "npm run build:validation && git diff --quiet --ignore-all-space --ignore-blank-lines --ignore-cr-at-eol lib/error-serializer.js && git diff --quiet --ignore-all-space --ignore-blank-lines --ignore-cr-at-eol lib/configValidator.js",
"test:typescript": "tsc test/types/import.ts && tsd",
"test:watch": "npm run unit -- -w --no-coverage-report -R terse",
"test:watch": "npm run unit -- --watch --cov --no-coverage-report --reporter=terse",
"unit": "c8 tap",
"unit:junit": "tap-mocha-reporter xunit < out.tap > test/junit-testresults.xml",
"unit:report": "tap --cov --coverage-report=html --coverage-report=cobertura | tee out.tap",
Expand Down

0 comments on commit 6325ca6

Please sign in to comment.