summaryrefslogtreecommitdiff
path: root/Base/usr/share
diff options
context:
space:
mode:
authorLinus Groh <mail@linusgroh.de>2020-07-07 14:20:09 +0100
committerAndreas Kling <kling@serenityos.org>2020-07-07 17:42:50 +0200
commit8f3151eea83a0da59a6f1e6ff49a5be2323f390c (patch)
treeabafb145aae71a7bea2449e8342896f107c3aafe /Base/usr/share
parent87465f7c541b33aa70c25d5fb0edb5e56269558c (diff)
downloadserenity-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/share')
-rw-r--r--Base/usr/share/man/man1/test-js.md2
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