From 8f3151eea83a0da59a6f1e6ff49a5be2323f390c Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Tue, 7 Jul 2020 14:20:09 +0100 Subject: [PATCH] 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 :^) --- Base/usr/share/man/man1/test-js.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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