We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 599c2f4 + 2eb3082 commit 1824cd0Copy full SHA for 1824cd0
package.json
@@ -20,7 +20,7 @@
20
"test:state:slow": "npm run test:state -- --runSkipped=slow",
21
"test:buildIntegrity": "npm run test:state -- --test='stackOverflow'",
22
"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'",
+ "test:API": "npm run build && ts-node ./node_modules/tape/bin/tape './tests/api/**/*.js'",
24
"test:API:browser": "npm run build && karma start karma.conf.js",
25
"test": "echo \"[INFO] Generic test cmd not used. See package.json for more specific test run cmds.\"",
26
"tslint": "ethereumjs-config-tslint",
0 commit comments