summaryrefslogtreecommitdiff
path: root/tools/test-helper/README.md
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-02-23 20:24:10 +0100
committerLaurenz <laurmaedje@gmail.com>2021-02-23 20:27:23 +0100
commit7092c504474eca25ba456db606de11402ea1e8ca (patch)
tree128cb37a91e68d8be9487942d7358b89aea8135a /tools/test-helper/README.md
parentde37a056ed3e90d8ba93c4b3a315a8046ef53484 (diff)
VS Code language support extension 🛠
Diffstat (limited to 'tools/test-helper/README.md')
-rw-r--r--tools/test-helper/README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/test-helper/README.md b/tools/test-helper/README.md
index 8494edeb..d99aa496 100644
--- a/tools/test-helper/README.md
+++ b/tools/test-helper/README.md
@@ -1,9 +1,10 @@
# Test helper
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.
+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 it with `oxipng`.
+- Approve test output: Copies the output into the reference folder and optimizes
+ it with `oxipng`.