Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

refactor: test suite #134

Merged
merged 12 commits into from
Dec 10, 2019
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"tsc": "ethereumjs-config-tsc",
"lint": "ethereumjs-config-lint",
"lint:fix": "ethereumjs-config-lint-fix",
"test": "ts-node node_modules/tape/bin/tape ./test/index.ts"
"test": "npm run build && ts-node node_modules/tape/bin/tape ./test/index.ts"
},
"husky": {
"hooks": {
Expand Down
Loading