From 1bdaaaea404281f4f248fab70bede7d6ac60e99f Mon Sep 17 00:00:00 2001 From: Chris Dias Date: Mon, 16 Nov 2015 10:58:51 +0100 Subject: [PATCH] fix instructions on how to run tests --- test/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/README.md b/test/README.md index 798668d0c11..b5cfd93e827 100644 --- a/test/README.md +++ b/test/README.md @@ -6,13 +6,13 @@ The best way to run the Code tests is from within VS Code. Simply press `CMD+Shi If you wish to run the tests from a terminal, from the `vscode` folder run: - cd vscode - mocha +OSX and Linux -Alternatively, you can run them from any browser. Simply open the URL provided by the following command: + ./test/run.sh - cd vscode - mocha --browser +Windows + + test\run ## Debug