Skip to content

Commit

Permalink
Git ignore for nyc files and mocha opts
Browse files Browse the repository at this point in the history
  • Loading branch information
micahriggan committed Aug 27, 2020
1 parent 817f16f commit f7ef9cc
Show file tree
Hide file tree
Showing 10 changed files with 1,546 additions and 6 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,10 @@
"ci:bitcore-wallet-service": "./ci.sh 'npm run test:bitcore-wallet-service'",
"test:bitcore-wallet-client": "cd ./packages/bitcore-wallet-client && npm run test",
"ci:bitcore-wallet-client": "./ci.sh 'npm run test:bitcore-wallet-client'",

"test:bitcore-wallet": "cd ./packages/bitcore-wallet && npm run test",
"ci:bitcore-wallet": "./ci.sh 'npm run test:bitcore-wallet'",
"test:crypto-wallet-core": "cd ./packages/crypto-wallet-core && npm run test",
"ci:crypto-wallet-core": "./ci.sh 'npm run test:crypto-wallet-core'",

"test:bitcore-node": "cd ./packages/bitcore-node && npm run test",
"test:bitcore-node:coverage": "cd ./packages/bitcore-node && npm run coverage",
"test:bitcore-node:int": "cd ./packages/bitcore-node && npm run test:integration",
Expand Down
2 changes: 2 additions & 0 deletions packages/bitcore-node/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ build/
build-test/
config.json
*bitcore.config.*
.nyc_output
coverage
Loading

0 comments on commit f7ef9cc

Please sign in to comment.