Removed v1 tests

This commit is contained in:
Chris Troutner
2019-05-27 19:45:22 -07:00
parent 68c1fc26b9
commit eb41fe26c8
15 changed files with 0 additions and 2684 deletions
-1
View File
@@ -12,7 +12,6 @@
"build": "node ./node_modules/gulp/bin/gulp.js build && ./node_modules/typescript/bin/tsc",
"dev": "nodemon ./dist/app.js",
"test": "npm run test-v2",
"test-v1": "npm run build && nyc --reporter=text mocha --require babel-core/register --timeout 15000 test/v1/",
"test-v2": "export NETWORK=testnet && npm run build && nyc --reporter=text mocha --require babel-core/register --timeout 25000 test/v2/",
"test-v2-no-build": "export NETWORK=testnet && nyc --reporter=text mocha --require babel-core/register --timeout 25000 test/v2/",
"test-all": "TEST=integration nyc --reporter=text mocha --require babel-core/register --timeout 15000 test/v1/ test/v2/",