Skip to content

Commit b681019

Browse files
committed
test: turn off --esm
1 parent cca4ddd commit b681019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"postrelease": "npm publish && git push --follow-tags",
2525
"pretest": "standard",
2626
"release": "standard-version -s",
27-
"test": "tap -J --100 test/*.js"
27+
"test": "tap -J --100 --no-esm test/*.js"
2828
},
2929
"dependencies": {
3030
"lru-cache": "^5.1.1"

0 commit comments

Comments
 (0)