Skip to content

Commit

Permalink
Merge e153f53 into 4fd4b6a
Browse files Browse the repository at this point in the history
  • Loading branch information
annarieger committed Oct 10, 2018
2 parents 4fd4b6a + e153f53 commit f3d1c75
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Debug Jest Tests",
"type": "node",
"request": "launch",
"port": 9230,
"runtimeArgs": [
"--inspect-brk=9230",
"${workspaceRoot}/node_modules/.bin/jest",
"--runInBand",
"--watch"
],
"runtimeExecutable": null
}
]
}

0 comments on commit f3d1c75

Please sign in to comment.