Skip to content

Commit 32f6962

Browse files
committed
Adding back the stack size variable, in the new format
1 parent 16ed4dc commit 32f6962

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
@@ -19,7 +19,7 @@
1919
"test:state:selectedForks": "npm run test:state -- --fork=Petersburg && npm run test:state -- --fork=Istanbul && npm run test:state -- --fork=MuirGlacier",
2020
"test:state:slow": "npm run test:state -- --runSkipped=slow",
2121
"test:buildIntegrity": "npm run test:state -- --test='stackOverflow'",
22-
"test:blockchain": "ts-node ./tests/tester --blockchain",
22+
"test:blockchain": "node -r ts-node/register --stack-size=1500 ./tests/tester --blockchain",
2323
"test:API": "npm run build && 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.\"",

0 commit comments

Comments
 (0)