Skip to content

Commit

Permalink
Modified debug config for running jest tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverschwendener committed May 23, 2018
1 parent a3aebc3 commit c36dcb6
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,15 @@
"type": "node",
"request": "launch",
"name": "Jest Tests",
"program": "${workspaceRoot}/node_modules/jest/bin/jest.js",
"program": "${workspaceRoot}/node_modules/jest/bin/jest",
"args": [
"--runInBand",
"--config",
"package.json",
"--runInBand"
],
"runtimeArgs": [
"--nolazy"
"jest.json",
"src/tests"
],
"console": "internalConsole",
"env": {
"NODE_ENV": "test"
}
"internalConsoleOptions": "neverOpen",
}
]
}

0 comments on commit c36dcb6

Please sign in to comment.