Skip to content

Commit 778d1a4

Browse files
committed
remove test:vm package.json script
1 parent c441719 commit 778d1a4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/vm/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"coverage": "nyc npm run coverage:test && nyc report --reporter=lcov",
1414
"coverage:test": "npm run build && tape './tests/api/**/*.js' ./tests/tester.js --state --dist",
1515
"docs:build": "typedoc --options typedoc.js",
16-
"test:vm": "node ./tests/tester --vm",
1716
"test:state": "ts-node ./tests/tester --state",
1817
"test:state:allForks": "npm run test:state -- --fork=Byzantium && npm run test:state -- --fork=Constantinople && npm run test:state -- --fork=Petersburg && npm run test:state -- --fork=Istanbul && npm run test:state -- --fork=MuirGlacier",
1918
"test:state:selectedForks": "npm run test:state -- --fork=Petersburg && npm run test:state -- --fork=Istanbul && npm run test:state -- --fork=MuirGlacier",

0 commit comments

Comments
 (0)