From 6d44697fbf2b7bf9df29858f339d2214a0aaf30d Mon Sep 17 00:00:00 2001 From: tstone Date: Wed, 13 Jun 2012 23:28:28 -0600 Subject: [PATCH] Added more text about adding test cases --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2d98d63..378b59d 100644 --- a/README.md +++ b/README.md @@ -201,6 +201,8 @@ Once installed the tests can be run from the project root using: mocha test/run.js +New test cases can easily be added. Create a markdown file (ending in `.md`) which contains the markdown to test. Create a `.html` file of the exact same name. It will automatically be tested when the tests are executed with `mocha`. + Credits ---------------------------