Skip to content

Commit

Permalink
block: using node instead of ts-node to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
evertonfraga committed Apr 27, 2020
1 parent 0d2643b commit 45403ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"coverage": "ethereumjs-config-coverage",
"coveralls": "npm run coverage && coveralls < coverage/lcov.info",
"lint": "standard",
"test": "ts-node tests/index.js",
"test": "node tests/index.js",
"test:browser": "karma start karma.conf.js",
"build:docs": "documentation build ./index.js ./header.js --format md --shallow > ./docs/index.md && documentation build ./from-rpc.js --format md --shallow > ./docs/fromRpc.md",
"build": "echo 'No build needed for Block. Skipping.'"
Expand Down

0 comments on commit 45403ee

Please sign in to comment.