Skip to content

Commit

Permalink
fix: run coverage only where it's supposed to
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Oct 12, 2022
1 parent 543048e commit 872d121
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,9 @@
"test:ts": "npm run test --prefix test/ts-use",
"test:node": "aegir test -t node --cov",
"test:chrome": "aegir test -t browser --cov",
"test:chrome-webworker": "aegir test -t webworker --no-cov",
"test:firefox": "aegir test -t browser -- --browser firefox --no-cov",
"test:firefox-webworker": "aegir test -t webworker -- --browser firefox --no-cov",
"test:chrome-webworker": "aegir test -t webworker",
"test:firefox": "aegir test -t browser -- --browser firefox",
"test:firefox-webworker": "aegir test -t webworker -- --browser firefox",
"test:electron-main": "aegir test -t electron-main"
},
"devDependencies": {
Expand All @@ -277,7 +277,6 @@
"bundle": false
},
"test": {
"cov": true,
"target": [
"node",
"browser"
Expand Down

0 comments on commit 872d121

Please sign in to comment.