We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16ed4dc commit 32f6962Copy full SHA for 32f6962
package.json
@@ -19,7 +19,7 @@
19
"test:state:selectedForks": "npm run test:state -- --fork=Petersburg && npm run test:state -- --fork=Istanbul && npm run test:state -- --fork=MuirGlacier",
20
"test:state:slow": "npm run test:state -- --runSkipped=slow",
21
"test:buildIntegrity": "npm run test:state -- --test='stackOverflow'",
22
- "test:blockchain": "ts-node ./tests/tester --blockchain",
+ "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'",
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.\"",
0 commit comments