Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #62 from BitGo/BLOCK-251.run-fork-tests
Browse files Browse the repository at this point in the history
Actually run tests in test/forks/
  • Loading branch information
Mark Erhardt authored Jan 3, 2020
2 parents ae13772 + 90d8c4d commit 30984a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"scripts": {
"coverage-report": "nyc report --reporter=lcov",
"coverage-html": "nyc report --reporter=html",
"coverage": "nyc --check-coverage --branches 90 --functions 90 mocha",
"coverage": "nyc --check-coverage --branches 90 --functions 90 mocha test/ test/forks/*",
"integration": "mocha test/integration/",
"standard": "standard",
"test": "npm run standard && npm run coverage",
Expand Down
2 changes: 1 addition & 1 deletion test/forks/btg/transaction_builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const {
ECPair,
script,
crypto
} = require('..')
} = require('../../../src')

describe('TransactionBuilder (BTG)', function () {
var network = networks['bitcoingold']
Expand Down

0 comments on commit 30984a9

Please sign in to comment.