Skip to content

Commit 1824cd0

Browse files
authored
Merge pull request ethereumjs#658 from ethereumjs/ts-node-api-tests
Running API tests with ts-node
2 parents 599c2f4 + 2eb3082 commit 1824cd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"test:state:slow": "npm run test:state -- --runSkipped=slow",
2121
"test:buildIntegrity": "npm run test:state -- --test='stackOverflow'",
2222
"test:blockchain": "node -r ts-node/register --stack-size=1500 ./tests/tester --blockchain",
23-
"test:API": "npm run build && node ./node_modules/tape/bin/tape './tests/api/**/*.js'",
23+
"test:API": "npm run build && ts-node ./node_modules/tape/bin/tape './tests/api/**/*.js'",
2424
"test:API:browser": "npm run build && karma start karma.conf.js",
2525
"test": "echo \"[INFO] Generic test cmd not used. See package.json for more specific test run cmds.\"",
2626
"tslint": "ethereumjs-config-tslint",

0 commit comments

Comments
 (0)