From 497ba15f4bc5c55326fd8823582df365748a9bcf Mon Sep 17 00:00:00 2001 From: Pawel Kozlowski Date: Sun, 9 Jun 2013 11:15:56 +0200 Subject: [PATCH] docs(README): update TDD documentation after build changes --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3805069752..ccd9ae133a 100644 --- a/README.md +++ b/README.md @@ -61,8 +61,9 @@ We are always looking for the quality contributions! Please check the [CONTRIBUT Check the Grunt build file for other tasks that are defined for this project #### TDD -* Start karma server: `grunt server` -* Run test: `grunt test-run` +* Run test: `grunt watch` + +This will start Karma server and will continously watch files in the project, executing tests upon every change. ### Release * Bump up version number in `package.json`