Skip to content

Commit

Permalink
chore: good times :)
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Dec 9, 2021
1 parent 3ebe9e5 commit 1a5fdf9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"request": "launch",
"runtimeArgs": [
"--inspect-brk",
"${workspaceRoot}/node_modules/jest/bin/jest.js",
// Linux:
// "${workspaceRoot}/node_modules/.bin/jest",
// Windows
//"${workspaceRoot}/node_modules/jest/bin/jest.js",
"${workspaceRoot}/node_modules/.bin/jest",
"--runInBand",
"--watch"
],
Expand Down

0 comments on commit 1a5fdf9

Please sign in to comment.