Skip to content

Commit 0a5c933

Browse files
committed
Remove unnecessary flag from tap invocation
1 parent e598c30 commit 0a5c933

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
@@ -11,7 +11,7 @@
1111
},
1212
"scripts": {
1313
"lint": "xo",
14-
"test:tap": "tap --no-esm",
14+
"test:tap": "tap",
1515
"test:typescript": "tsc --noEmit -p test/ts-types",
1616
"test": "npm run lint && npm run test:typescript && npm run test:tap"
1717
},

0 commit comments

Comments
 (0)