From 2ebf742c9444b23f7daaeebe5e28c708ac33dd95 Mon Sep 17 00:00:00 2001 From: Chris Dias Date: Sun, 15 Nov 2015 21:59:34 +0100 Subject: [PATCH] remove hard wrap --- test/README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/test/README.md b/test/README.md index d86cb957a5f..798668d0c11 100644 --- a/test/README.md +++ b/test/README.md @@ -2,28 +2,24 @@ ## Run -The best way to run the Code tests is from within VS Code. Simply press -`CMD+Shift+T` (`Ctrl+Shift+T` on Windows) to launch the tests. +The best way to run the Code tests is from within VS Code. Simply press `CMD+Shift+T` (`Ctrl+Shift+T` on Windows) to launch the tests. If you wish to run the tests from a terminal, from the `vscode` folder run: cd vscode mocha -Alternatively, you can run them from any browser. Simply open the URL -provided by the following command: +Alternatively, you can run them from any browser. Simply open the URL provided by the following command: cd vscode mocha --browser ## Debug -You can use VS Code to debug your tests. Switch to the Debug viewlet, -pick the `Unit Tests` debug target and press `Play`. +You can use VS Code to debug your tests. Switch to the Debug viewlet, pick the `Unit Tests` debug target and press `Play`. ## Coverage -The following command will create a `coverage` folder at the root -of the workspace: +The following command will create a `coverage` folder at the root of the workspace: mocha --coverage \ No newline at end of file -- GitLab