Skip to content

Commit

Permalink
docs: update ng test command
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 authored Dec 10, 2018
1 parent d2dd5d8 commit b1b6a94
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Angular-CLI/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,14 @@ Then click on the gear icon to configure a launch.json file, selecting **Chrome*
"type": "chrome",
"request": "launch",
"url": "http://localhost:9876/debug.html",
"webRoot": "${workspaceFolder}"
"webRoot": "${workspaceFolder}",
"sourceMaps": true,
"sourceMapPathOverrides": {
"./*": "${webRoot}/*",
"src/*": "${webRoot}/*",
"*": "*",
"./~/*": "${webRoot}/node_modules/*"
}
},
{
"name": "ng e2e",
Expand Down

0 comments on commit b1b6a94

Please sign in to comment.