Skip to content

Commit

Permalink
fix: allow dynamic import in tests to work
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelramalho19 committed Nov 19, 2019
1 parent 32e0f45 commit daebf20
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 @@ -15,7 +15,7 @@
},
"scripts": {
"build": "del dist && tsc",
"test": "xo && npm run build && nyc ava",
"test": "npm run build && xo && nyc ava",
"bench": "ts-node bench.ts",
"prepublishOnly": "npm run build"
},
Expand Down

0 comments on commit daebf20

Please sign in to comment.