You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 26, 2025. It is now read-only.
Note, if your tests change any files in your package source tree, you may need to include them as additional `--ignore <glob>` patterns to the command.
26
+
This will automatically run `typst-test r` whenever any file changes other than those in your tests' `{diff,out}` directories.
27
+
28
+
<divclass="warning">
29
+
30
+
Notes:
31
+
32
+
1. The command we're using here, using `typst-test r`, runs all tests anytime any file changes.
33
+
If you want different behavior, you need to modify the command appropriately.
34
+
35
+
2. Although unlikely, if your tests change any files in your package source tree, you may need to include them as additional `--ignore <glob>` patterns to the command.
0 commit comments