Procházet zdrojové kódy

Added more text about adding test cases

tstone před 13 roky
rodič
revize
6d44697fbf
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      README.md

+ 2 - 0
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
 ---------------------------