Skip to content

Commit 55dfa4a

Browse files
committed
add missing link to .only modifier in watch mode recipe
1 parent 31b268e commit 55dfa4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/recipes/watch-mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Dependency tracking works for required modules. Custom extensions and transpiler
7171

7272
## Watch mode and the `.only` modifier
7373

74-
The `.only` modifier disables watch mode's dependency tracking algorithm. When a change is made, all `.only` tests will be rerun, regardless of whether the test depends on the changed file.
74+
The [`.only` modifier] disables watch mode's dependency tracking algorithm. When a change is made, all `.only` tests will be rerun, regardless of whether the test depends on the changed file.
7575

7676
## Manually rerunning all tests
7777

0 commit comments

Comments
 (0)