Skip to content

Commit

Permalink
vm: remove non used script
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrzn committed Mar 4, 2022
1 parent cc2fa75 commit 03db6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"test:buildIntegrity": "npm run test:state -- --test='stackOverflow'",
"test:blockchain": "npm run tester -- --blockchain",
"test:blockchain:allForks": "echo 'Chainstart Homestead dao TangerineWhistle SpuriousDragon Byzantium Constantinople Petersburg Istanbul MuirGlacier Berlin London ByzantiumToConstantinopleFixAt5 EIP158ToByzantiumAt5 FrontierToHomesteadAt5 HomesteadToDaoAt5 HomesteadToEIP150At5' | xargs -n1 | xargs -I v1 npm run tester -- --blockchain --fork=v1 --verify-test-amount-alltests",
"test:customChain": "npm run tape -- './tests/api/**/customChain.spec.ts'",
"test:API": "npm run tape -- './tests/api/**/*.spec.ts'",
"test:API:browser": "karma start karma.conf.js",
"test": "echo \"[INFO] Generic test cmd not used. See package.json for more specific test run cmds.\"",
"lint": "../../config/cli/lint.sh",
Expand Down

0 comments on commit 03db6f9

Please sign in to comment.