chore: fix npm test command (#6010)
The `test` command referenced the task `npm run coverage`, which was renamed to `unit-with-coverage` in #5779.
This commit is contained in:
parent
398c16d61d
commit
c701ea194a
@ -18,7 +18,7 @@
|
||||
"funit": "PUPPETEER_PRODUCT=firefox npm run unit",
|
||||
"debug-unit": "node --inspect-brk test/test.js",
|
||||
"test-doclint": "mocha --config mocha-config/doclint-tests.js",
|
||||
"test": "npm run tsc && npm run lint --silent && npm run coverage && npm run test-doclint && npm run test-types",
|
||||
"test": "npm run tsc && npm run lint --silent && npm run unit-with-coverage && npm run test-doclint && npm run test-types",
|
||||
"prepare": "node typescript-if-required.js",
|
||||
"prepublishOnly": "npm run tsc",
|
||||
"dev-install": "npm run tsc && node install.js",
|
||||
|
Loading…
Reference in New Issue
Block a user