diff --git a/package.json b/package.json index 75c83af14b..8647b1ad39 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "test:state:slow": "npm run test:state -- --runSkipped=slow", "test:buildIntegrity": "npm run test:state -- --test='stackOverflow'", "test:blockchain": "node -r ts-node/register --stack-size=1500 ./tests/tester --blockchain", - "test:API": "npm run build && node ./node_modules/tape/bin/tape './tests/api/**/*.js'", + "test:API": "npm run build && ts-node ./node_modules/tape/bin/tape './tests/api/**/*.js'", "test:API:browser": "npm run build && karma start karma.conf.js", "test": "echo \"[INFO] Generic test cmd not used. See package.json for more specific test run cmds.\"", "tslint": "ethereumjs-config-tslint",