We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 599c2f4 commit 2eb3082Copy full SHA for 2eb3082
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