Skip to content

Commit

Permalink
Merge pull request #136 from Bitcoin-com/stage
Browse files Browse the repository at this point in the history
v2 Raw Txs
  • Loading branch information
cgcardona authored Nov 22, 2018
2 parents c59b6c3 + 261a8ed commit 0ffcbb6
Show file tree
Hide file tree
Showing 6 changed files with 1,140 additions and 255 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"dev": "nodemon ./dist/app.js",
"test": "npm run test-v1",
"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 test/v2/",
"test-v2:blockchain": "nyc --reporter=text mocha --require babel-core/register --timeout 15000 test/v2/blockchain",
"test-v2": "export NETWORK=testnet && npm run build && nyc --reporter=text mocha --require babel-core/register --timeout 15000 test/v2/",
"test-all": "TEST=integration nyc --reporter=text mocha --require babel-core/register --timeout 15000 test/v1/ test/v2/",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"coverage:report": "export NETWORK=testnet && npm run build && nyc --reporter=html mocha --require babel-core/register test/v2/"
Expand Down
Loading

0 comments on commit 0ffcbb6

Please sign in to comment.