diff options
author | Paul Duncan <pabs@pablotron.org> | 2018-09-09 08:27:06 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2018-09-09 08:27:06 -0400 |
commit | 71e42e7010645b60c443185cc09a3e9e38255fa5 (patch) | |
tree | e33f582f5965cb98cc34746109891663308bb080 /js | |
parent | 7c2a6f215734d29f3be8c0a0c85307e896f48155 (diff) | |
download | luigi-template-71e42e7010645b60c443185cc09a3e9e38255fa5.tar.bz2 luigi-template-71e42e7010645b60c443185cc09a3e9e38255fa5.zip |
ruby: add test/README.mkd
Diffstat (limited to 'js')
-rw-r--r-- | js/test/README.mkd | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/js/test/README.mkd b/js/test/README.mkd new file mode 100644 index 0000000..46937e9 --- /dev/null +++ b/js/test/README.mkd @@ -0,0 +1,8 @@ +This directory contains the test suite for the JavaScript implementation +of [Luigi Template][], written in [Mocha][] and [Chai]. + +To run the tests, load [test.html][] in a browser. + +[Luigi Template]: https://github.com/pablotron/luigi-template +[Mocha]: https://mochajs.org/ +[Chai]: http://www.chaijs.com/ |