Skip to content

Commit

Permalink
Removed windows specific test:debug script
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ committed Aug 24, 2022
1 parent 2b5955e commit 9dfedbb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
"prepack": "./scripts/prepack.sh",
"setup": "yarn install",
"test": "jest",
"test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand",
"test:debug:windows": "node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand",
"test:debug": "node --inspect-brk $(yarn bin jest) --runInBand",
"test:watch": "jest --watch"
},
"dependencies": {
Expand Down

0 comments on commit 9dfedbb

Please sign in to comment.