aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2018-09-09 08:27:06 -0400
committerPaul Duncan <pabs@pablotron.org>2018-09-09 08:27:06 -0400
commit71e42e7010645b60c443185cc09a3e9e38255fa5 (patch)
treee33f582f5965cb98cc34746109891663308bb080
parent7c2a6f215734d29f3be8c0a0c85307e896f48155 (diff)
downloadluigi-template-71e42e7010645b60c443185cc09a3e9e38255fa5.tar.bz2
luigi-template-71e42e7010645b60c443185cc09a3e9e38255fa5.zip
ruby: add test/README.mkd
-rw-r--r--js/test/README.mkd8
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/