Link tests.px

This commit is contained in:
Tony Garnock-Jones 2024-05-15 16:31:03 +02:00
parent e084f499ef
commit 3632102642
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ incorporating ideas loosely inspired by ICON4 and Haskell's non-determinism (lis
Starting the interpreter without command-line arguments (or with a `--repl` flag) starts a
read-eval-print loop.
**Test suite.** Run it with `yarn test` or with `./bin/3bis.js -l tests.px`.
**Test suite.** Run it with `yarn test` or with `./bin/3bis.js -l `[`tests.px`](tests.px).
## Overview