We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf984e9 commit 8e0a310Copy full SHA for 8e0a310
package.json
@@ -292,7 +292,9 @@
292
"tap-cover": "tap -J --nyc-arg=--cache --coverage --timeout 600 --no-esm",
293
"pretest": "standard",
294
"test": "npm run test-tap --",
295
+ "test:nocleanup": "NO_TEST_CLEANUP=1 npm run test --",
296
"sudotest": "sudo npm run tap -- \"test/tap/*.js\"",
297
+ "sudotest:nocleanup": "sudo NO_TEST_CLEANUP=1 npm run tap -- \"test/tap/*.js\"",
298
"posttest": "rimraf test/npm_cache*",
299
"test-coverage": "npm run tap-cover -- \"test/tap/*.js\" \"test/network/*.js\" \"test/broken-under-*/*.js\"",
300
"test-tap": "npm run tap -- \"test/tap/*.js\" \"test/network/*.js\" \"test/broken-under-*/*.js\"",
0 commit comments