Skip to content

Commit

Permalink
test: set --no-esm tap flag
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jul 16, 2019
1 parent 108646e commit cf984e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -288,8 +288,8 @@
"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",
"preversion": "bash scripts/update-authors.sh && git add AUTHORS && git commit -m \"update AUTHORS\" || true",
"licenses": "licensee --production --errors-only",
"tap": "tap -J --timeout 300",
"tap-cover": "tap -J --nyc-arg=--cache --coverage --timeout 600",
"tap": "tap -J --timeout 300 --no-esm",
"tap-cover": "tap -J --nyc-arg=--cache --coverage --timeout 600 --no-esm",
"pretest": "standard",
"test": "npm run test-tap --",
"sudotest": "sudo npm run tap -- \"test/tap/*.js\"",
Expand Down

0 comments on commit cf984e9

Please sign in to comment.