Skip to content

Commit

Permalink
Remove unnecessary flag from tap invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
novemberborn committed Sep 2, 2019
1 parent e598c30 commit 0a5c933
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 @@ -11,7 +11,7 @@
},
"scripts": {
"lint": "xo",
"test:tap": "tap --no-esm",
"test:tap": "tap",
"test:typescript": "tsc --noEmit -p test/ts-types",
"test": "npm run lint && npm run test:typescript && npm run test:tap"
},
Expand Down

0 comments on commit 0a5c933

Please sign in to comment.