Skip to content

Commit cf984e9

Browse files
committed
test: set --no-esm tap flag
1 parent 108646e commit cf984e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,8 @@
288288
"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 doc",
289289
"preversion": "bash scripts/update-authors.sh && git add AUTHORS && git commit -m \"update AUTHORS\" || true",
290290
"licenses": "licensee --production --errors-only",
291-
"tap": "tap -J --timeout 300",
292-
"tap-cover": "tap -J --nyc-arg=--cache --coverage --timeout 600",
291+
"tap": "tap -J --timeout 300 --no-esm",
292+
"tap-cover": "tap -J --nyc-arg=--cache --coverage --timeout 600 --no-esm",
293293
"pretest": "standard",
294294
"test": "npm run test-tap --",
295295
"sudotest": "sudo npm run tap -- \"test/tap/*.js\"",

0 commit comments

Comments
 (0)