Skip to content

Commit

Permalink
test: turn off --esm
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Aug 4, 2019
1 parent cca4ddd commit b681019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"postrelease": "npm publish && git push --follow-tags",
"pretest": "standard",
"release": "standard-version -s",
"test": "tap -J --100 test/*.js"
"test": "tap -J --100 --no-esm test/*.js"
},
"dependencies": {
"lru-cache": "^5.1.1"
Expand Down

0 comments on commit b681019

Please sign in to comment.