diff options
author | Ryan Lewis <ryanharrisonlewis@gmail.com> | 2015-12-13 20:40:50 -0800 |
---|---|---|
committer | Ryan Lewis <ryanharrisonlewis@gmail.com> | 2015-12-13 20:40:50 -0800 |
commit | cc0b239aafefdef0342334b90f3c9b3ac6b19cea (patch) | |
tree | 739fbe770db6bf74a4587d0ff56685d025255904 | |
parent | 9f59de9657ac8aa3b2773e056956e63fe197fe29 (diff) | |
download | handlebars.js-cc0b239aafefdef0342334b90f3c9b3ac6b19cea.zip handlebars.js-cc0b239aafefdef0342334b90f3c9b3ac6b19cea.tar.gz handlebars.js-cc0b239aafefdef0342334b90f3c9b3ac6b19cea.tar.bz2 |
Adding documentation for running tests
-rw-r--r-- | README.markdown | 19 | ||||
m--------- | spec/mustache | 0 |
2 files changed, 19 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown index 904b9e0..65f4c77 100644 --- a/README.markdown +++ b/README.markdown @@ -114,6 +114,25 @@ Known Issues See [FAQ.md](https://github.com/wycats/handlebars.js/blob/master/FAQ.md) for known issues and common pitfalls. +Running Tests +--------- + +To run tests locally, first install all dependencies. +``` +npm install +``` + +Clone the mustache specs into the spec/mustache folder. +``` +cd spec +rm -r mustache +git clone https://github.com/mustache/spec.git mustache +``` + +From the root directory, run the tests. +``` +npm test +``` Handlebars in the Wild ---------------------- diff --git a/spec/mustache b/spec/mustache -Subproject 72233f3ffda9e33915fd3022d0a9ebbcce265ac +Subproject 83b0721610a4e11832e83df19c73ace3289972b |