Minor editoing of test README.md

This commit is contained in:
Chris Dias 2015-11-15 16:17:32 +01:00
parent 64eac8904d
commit dc435dc0f0

View file

@ -13,12 +13,12 @@ open the URL provided by the following command:
## Debug
Simply VSCode to debug your tests. Switch to the Debug viewlet,
pick the `Mocha` debug target and hit `Play`!
You can use VS Code to debug your tests. Switch to the Debug viewlet,
pick the `Mocha` debug target and press `Play`.
## Coverage
You can also get a coverage report. The following command will
create a `coverage` folder at the root of the project:
The following command will create a `coverage` folder at the root
of the workspace:
mocha --coverage