From 3638d6ab8c84857b34e7bbd3ea65b95befec6083 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Ar=C3=A1oz?= Date: Wed, 18 Feb 2015 16:00:18 -0300 Subject: [PATCH] Update README.md --- README.md | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 11e5d72..8c77974 100644 --- a/README.md +++ b/README.md @@ -94,23 +94,8 @@ Run all the tests: gulp test ``` -Run the NodeJS tests with mocha: - -```sh -gulp test:node -``` - -Run the browser tests with karma: - -```sh -gulp test:browser -``` - -Create a test coverage report (you can open `coverage/lcov-report/index.html` to visualize it): - -```sh -gulp coverage -``` +You can also run just the NodeJS tests with `gulp test:node`, just the browser tests with `gulp test:browser` +or create a test coverage report (you can open `coverage/lcov-report/index.html` to visualize it) with `gulp coverage`. ## License