Skip to content

Commit c258d03

Browse files
forresstsindresorhus
authored andcommitted
Fix link to configuration in readme (#1073)
1 parent 17119bc commit c258d03

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/recipes/watch-mode.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ If your tests write to disk they may trigger the watcher to rerun your tests. If
7777

7878
AVA tracks which source files your test files depend on. If you change such a dependency only the test file that depends on it will be rerun. AVA will rerun all tests if it cannot determine which test file depends on the changed source file.
7979

80-
Dependency tracking works for required modules. Custom extensions and transpilers are supported, provided you [added them in your `package.json`](#configuration), and not from inside your test file. Files accessed using the `fs` module are not tracked.
80+
Dependency tracking works for required modules. Custom extensions and transpilers are supported, provided you [added them in your `package.json`], and not from inside your test file. Files accessed using the `fs` module are not tracked.
8181

8282
## Watch mode and the `.only` modifier
8383

@@ -112,3 +112,4 @@ Watch mode is relatively new and there might be some rough edges. Please [report
112112
[`--source` CLI flag]: https://github.com/avajs/ava#cli
113113
[`.only` modifier]: https://github.com/avajs/ava#running-specific-tests
114114
[`ava` section of your `package.json`]: https://github.com/avajs/ava#configuration
115+
[added them in your `package.json`]: https://github.com/avajs/ava#configuration

0 commit comments

Comments
 (0)