Skip to content

Commit

Permalink
Title example configuration file
Browse files Browse the repository at this point in the history
Co-authored-by: Tommy <[email protected]>
  • Loading branch information
bojavou and tommy-mitchell authored Jul 24, 2024
1 parent fdb229b commit 3550e28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/06-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ The `nodeArguments` configuration may be used to specify additional arguments fo

In a config file only, `threadArgumentsFilter` may provide a function used for filtering `nodeArguments` sent to worker threads. This enables excluding arguments that throw if sent to a thread. The filter is ignored by worker processes.

`ava.config.js`:
```js
const processOnly = new Set([
'--allow-natives-syntax',
Expand Down

0 comments on commit 3550e28

Please sign in to comment.