|
34 | 34 | "test-node": "mocha --recursive -R dot \"test/**/*-test.js\"", |
35 | 35 | "test-dev": "npm run test-node -- -n watch -n watch-path=test --node-option watch-path=lib -R min", |
36 | 36 | "test-headless": "mochify --driver puppeteer", |
37 | | - "test-coverage": "nyc npm run test-headless -- --transform [ babelify --ignore [ test ] --plugins [ babel-plugin-istanbul ] ]", |
| 37 | + "test-coverage": "nyc nyc --exclude-after-remap false mochify --driver puppeteer --bundle 'node coverage.cjs'", |
38 | 38 | "test-cloud": "npm run test-headless -- --wd", |
39 | 39 | "test-webworker": "mochify --driver puppeteer --serve . test/webworker/webworker-support-assessment.js", |
40 | 40 | "test-esm-support": "mocha test/es2015/module-support-assessment-test.mjs", |
|
94 | 94 | "@mochify/driver-puppeteer": "^0.4.0", |
95 | 95 | "@mochify/driver-webdriver": "^0.2.1", |
96 | 96 | "@sinonjs/eslint-config": "^5.0.3", |
97 | | - "@sinonjs/referee-sinon": "12.0.0", |
98 | 97 | "@sinonjs/eslint-plugin-no-prototype-methods": "^0.1.1", |
99 | 98 | "@sinonjs/referee": "^11.0.1", |
| 99 | + "@sinonjs/referee-sinon": "12.0.0", |
100 | 100 | "@studio/changes": "^3.0.0", |
101 | 101 | "babel-plugin-istanbul": "^6.1.1", |
102 | 102 | "babelify": "^10.0.0", |
103 | 103 | "browserify": "^16.5.2", |
104 | 104 | "debug": "^4.3.4", |
105 | 105 | "dependency-check": "^4.1.0", |
106 | 106 | "esbuild": "^0.23.1", |
| 107 | + "esbuild-plugin-istanbul": "^0.3.0", |
| 108 | + "get-stdin": "^9.0.0", |
107 | 109 | "lint-staged": "^15.2.2", |
108 | 110 | "mocha": "^10.4.0", |
109 | 111 | "nyc": "^15.1.0", |
|
0 commit comments