From d5533cfb6d2c5581c5ea7e2dc33d96cdc4d0f076 Mon Sep 17 00:00:00 2001 From: Pete Hunt Date: Mon, 14 Apr 2014 14:27:23 -0700 Subject: [PATCH] Add docs for fasttest --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d404341b87..7d5d0c4ff1 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,8 @@ We use grunt to automate many tasks. Run `grunt -h` to see a mostly complete lis grunt test # Build and run tests in your browser grunt test --debug +# For speed, you can use fasttest and add --filter to only run one test +grunt fasttest --filter=ReactIdentity # Lint the code with JSHint grunt lint # Wipe out build directory