Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
Add test:debug script to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelelliot committed Jan 16, 2020
1 parent d4596cb commit 8312190
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"watch": "yarn clean && rollup -w -c",
"example": "DEBUG=multicall node_modules/.bin/babel-node examples/es-example.js",
"test": "jest --runInBand",
"test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand",
"prepublishOnly": "yarn test && yarn build"
},
"dependencies": {
Expand Down

0 comments on commit 8312190

Please sign in to comment.