Skip to content

Commit

Permalink
Enabling tests to be run from visual-studio-code
Browse files Browse the repository at this point in the history
  • Loading branch information
Rcomian committed Jan 8, 2017
1 parent 07194aa commit f85bf84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"name": "Launch",
"type": "node",
"request": "launch",
"program": "./test.js",
"program": "${workspaceRoot}/test/functionality.js",
"stopOnEntry": false,
"args": [],
"cwd": ".",
"cwd": "${workspaceRoot}",
"runtimeExecutable": null,
"runtimeArgs": [
"--nolazy"
Expand Down

0 comments on commit f85bf84

Please sign in to comment.