Files
vscode/test/README.md
Erich Gamma 8f35cc4768 Hello Code
2015-11-13 14:39:38 +01:00

24 lines
470 B
Markdown

# Tests
## Run
You can run tests directly from the command line:
mocha
Alternatively, you can run them from any browser. Simply
open the URL provided by the following command:
mocha --browser
## Debug
Simply VSCode to debug your tests. Switch to the Debug viewlet,
pick the `Mocha` debug target and hit `Play`!
## Coverage
You can also get a coverage report. The following command will
create a `coverage` folder at the root of the project:
mocha --coverage