|
292 | 292 | "prepare": "node bin/npm-cli.js rebuild && node bin/npm-cli.js --no-audit --no-timing prune --prefix=. --no-global && rimraf test/*/*/node_modules && make -j4 mandocs", |
293 | 293 | "preversion": "bash scripts/update-authors.sh && git add AUTHORS && git commit -m \"update AUTHORS\" || true", |
294 | 294 | "licenses": "licensee --production --errors-only", |
295 | | - "tap": "tap", |
296 | | - "tap-cover": "tap -J --nyc-arg=--cache --coverage --timeout 600 --no-esm", |
297 | | - "test": "npm run test-tap --", |
| 295 | + "test": "tap", |
298 | 296 | "snap": "tap", |
299 | 297 | "test:nocleanup": "NO_TEST_CLEANUP=1 npm run test --", |
300 | | - "sudotest": "sudo npm run tap -- \"test/tap/*.js\"", |
301 | | - "sudotest:nocleanup": "sudo NO_TEST_CLEANUP=1 npm run tap -- \"test/tap/*.js\"", |
| 298 | + "sudotest": "sudo npm run test --", |
| 299 | + "sudotest:nocleanup": "sudo NO_TEST_CLEANUP=1 npm run test --", |
302 | 300 | "posttest": "npm run lint", |
303 | 301 | "lint": "standard", |
304 | | - "prelint": "rimraf test/npm_cache*", |
305 | | - "test-coverage": "npm run tap-cover -- \"test/tap/*.js\" \"test/network/*.js\"", |
306 | | - "test-tap": "npm run tap -- \"test/tap/*.js\" \"test/network/*.js\"", |
307 | | - "test-node": "tap --timeout 240 \"test/tap/*.js\" \"test/network/*.js\"" |
| 302 | + "prelint": "rimraf test/npm_cache*" |
308 | 303 | }, |
309 | 304 | "tap": { |
| 305 | + "//": [ |
| 306 | + "XXX temporarily only run unit tests while v7 beta is in progress", |
| 307 | + "Remove the 'files' below once we're done porting old tests over" |
| 308 | + ], |
| 309 | + "files": "test/lib", |
310 | 310 | "coverage-map": "test/coverage-map.js", |
311 | 311 | "esm": false, |
312 | 312 | "timeout": 600 |
|
0 commit comments