Skip to content

Commit

Permalink
fix: add test:ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Sep 7, 2023
1 parent e334580 commit 7baca3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"test:node": "c8 --check-coverage --exclude=test/** mocha test/test-*.js",
"test:browser": "polendina --cleanup test/test-*.js",
"test": "npm run lint && npm run build && npm run test:node && npm run test:browser",
"test:ci": "npm run test",
"coverage": "c8 --reporter=html --reporter=text mocha test/test-*.js && npx st -d coverage -p 8888"
},
"repository": {
Expand Down

0 comments on commit 7baca3b

Please sign in to comment.