diff options
Diffstat (limited to 'tools/test-helper/README.md')
| -rw-r--r-- | tools/test-helper/README.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/test-helper/README.md b/tools/test-helper/README.md index d99aa496..d3092d0d 100644 --- a/tools/test-helper/README.md +++ b/tools/test-helper/README.md @@ -4,7 +4,8 @@ This is a small VS Code extension that helps with managing Typst's test suite. When installed, three new buttons appear in the menubar for all `.typ` files in the `tests` folder. -- Open test output: Opens the output and reference images of a test to the side. -- Refresh test output: Re-runs the test and reloads the preview. -- Approve test output: Copies the output into the reference folder and optimizes +- Open: Opens the output and reference images of a test to the side. +- Refresh: Refreshes the preview. +- Rerun: Re-runs the test. +- Approve: Copies the output into the reference folder and optimizes it with `oxipng`. |
