From 71e42e7010645b60c443185cc09a3e9e38255fa5 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Sun, 9 Sep 2018 08:27:06 -0400 Subject: ruby: add test/README.mkd --- js/test/README.mkd | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 js/test/README.mkd 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/ -- cgit v1.2.3