diff options
-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 46937e9..d450833 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][] in a browser. +To run the tests, load [test.html][./test.html] in a browser. [Luigi Template]: https://github.com/pablotron/luigi-template [Mocha]: https://mochajs.org/ |