Skip to content

Commit

Permalink
specify coverage on esmockLoader.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bumblehead committed Oct 22, 2022
1 parent e235b82 commit 156ae29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"test:node18-test-no-loader": "cd tests-no-loader && npm test",
"test:node18:all": "npm run isnodelt18 || npm-run-all test:node18-test*",
"test:all": "npm-run-all test:test* && npm run test:node18:all",
"test:all-cover": "c8 --src=../src/esmock* npm run test:all",
"test:all-cover": "c8 --src=../src/esmockLoader* npm run test:all",
"test:all-ci": "npm run mini && npm run test:all"
}
}

0 comments on commit 156ae29

Please sign in to comment.