diff --git a/test/README.md b/test/README.md index 07a33e8aeb8..1288e834641 100644 --- a/test/README.md +++ b/test/README.md @@ -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 \ No newline at end of file