diff options
author | Linus Groh <mail@linusgroh.de> | 2020-07-07 14:20:09 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-07-07 17:42:50 +0200 |
commit | 8f3151eea83a0da59a6f1e6ff49a5be2323f390c (patch) | |
tree | abafb145aae71a7bea2449e8342896f107c3aafe /Base/usr | |
parent | 87465f7c541b33aa70c25d5fb0edb5e56269558c (diff) | |
download | serenity-8f3151eea83a0da59a6f1e6ff49a5be2323f390c.zip |
Base: Add link to test-common.js in test-js(1) man page
This is an easy way to view this file as the link will open it in Text
Editor :^)
Diffstat (limited to 'Base/usr')
-rw-r--r-- | Base/usr/share/man/man1/test-js.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Base/usr/share/man/man1/test-js.md b/Base/usr/share/man/man1/test-js.md index 2f1f8b4a74..cbf5577bb2 100644 --- a/Base/usr/share/man/man1/test-js.md +++ b/Base/usr/share/man/man1/test-js.md @@ -12,7 +12,7 @@ $ test-js [options...] `test-js` runs the LibJS test suite located in `/home/anon/js-tests`. These tests are using a custom JavaScript testing framework inspired by -[Jest](https://jestjs.io) (see `test-common.js` in the same directory). +[Jest](https://jestjs.io) (see [`test-common.js`](/home/anon/js-tests/test-common.js)). ## Options |