Skip to content

Commit

Permalink
chore: update test scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sparten11740 committed Nov 10, 2023
1 parent 8c62031 commit f9059cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"coverage": "c8 --reporter=lcov --reporter=text npm run test",
"coverage:lcov": "c8 --reporter=lcovonly npm run test",
"test:only:json-schema-testsuite": "tape test/json-schema.js | tap-spec",
"test": "npm run test:raw | tap-spec",
"test:raw": "npm run test:normal && npm run test:module",
"test": "yarn test:raw | tap-spec",
"test:raw": "yarn test:normal && yarn test:module",
"test:module": "tape -r ./test/tools/test-module.js test/*.js test/regressions/*.js",
"test:normal": "tape test/*.js test/regressions/*.js",
"release": "semantic-release"
Expand Down

0 comments on commit f9059cf

Please sign in to comment.