From c24821c2477c6f02971092d0a6f0cbb9c1f7d7b7 Mon Sep 17 00:00:00 2001 From: Nicolas Perriault Date: Sun, 22 Mar 2015 18:29:05 +0100 Subject: [PATCH] Updated README about tests. --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 569ac37..7a47ffc 100644 --- a/README.md +++ b/README.md @@ -40,15 +40,19 @@ This `article` object will contain the following properties: To run the test suite: - $ mocha test/index.js + $ mocha test/test-*.js To run a specific test page by its name: - $ mocha test/index.js -g 001 + $ mocha test/test-*.js -g 001 To run the test suite in TDD mode: - $ mocha test/index.js -w + $ mocha test/test-*.js -w + +Combo time: + + $ mocha test/test-*.js -w -g 001 ## License