Skip to content

Commit 6f8e30c

Browse files
authored
Fix link to test isolation
1 parent fd7f0ed commit 6f8e30c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/06-configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Arguments passed to the CLI will always take precedence over the CLI options con
5555
- `verbose`: if `true`, enables verbose output (though there currently non-verbose output is not supported)
5656
- `snapshotDir`: specifies a fixed location for storing snapshot files. Use this if your snapshots are ending up in the wrong location
5757
- `extensions`: extensions of test files. Setting this overrides the default `["cjs", "mjs", "js"]` value, so make sure to include those extensions in the list. [Experimentally you can configure how files are loaded](#configuring-module-formats)
58-
- `require`: extra modules to require before tests are run. Modules are required in the [worker processes](./01-writing-tests.md#process-isolation)
58+
- `require`: extra modules to require before tests are run. Modules are required in the [worker processes](./01-writing-tests.md#test-isolation)
5959
- `timeout`: Timeouts in AVA behave differently than in other test frameworks. AVA resets a timer after each test, forcing tests to quit if no new test results were received within the specified timeout. This can be used to handle stalled tests. See our [timeout documentation](./07-test-timeouts.md) for more options.
6060
- `nodeArguments`: Configure Node.js arguments used to launch worker processes.
6161
- `sortTestFiles`: A comparator function to sort test files with. Available only when using a `ava.config.*` file. See an example use case [here](recipes/splitting-tests-ci.md).

0 commit comments

Comments
 (0)