diff options
author | Paul Duncan <pabs@pablotron.org> | 2018-09-09 08:30:46 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2018-09-09 08:30:46 -0400 |
commit | 8a43f1af7f3c6bba5f01d2665862c63b610b5e67 (patch) | |
tree | 1bcf1a21cf1b6fb66a1a22906850d4c5b0ee140d /js/test | |
parent | 4ae18ba388c9751cd7ed5d3bf55feed1e1da6181 (diff) | |
download | luigi-template-8a43f1af7f3c6bba5f01d2665862c63b610b5e67.tar.bz2 luigi-template-8a43f1af7f3c6bba5f01d2665862c63b610b5e67.zip |
yeesh
Diffstat (limited to 'js/test')
-rw-r--r-- | js/test/README.mkd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/test/README.mkd b/js/test/README.mkd index d450833..4588aae 100644 --- a/js/test/README.mkd +++ b/js/test/README.mkd @@ -1,7 +1,7 @@ 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][./test.html] in a browser. +To run the tests, load `test.html` in a browser. [Luigi Template]: https://github.com/pablotron/luigi-template [Mocha]: https://mochajs.org/ |