1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 15:28:11 +00:00

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 :^)
This commit is contained in:
Linus Groh 2020-07-07 14:20:09 +01:00 committed by Andreas Kling
parent 87465f7c54
commit 8f3151eea8

View file

@ -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