Skip to content

Commit

Permalink
Add availability note to resolver option (#3191)
Browse files Browse the repository at this point in the history
  • Loading branch information
thymikee authored and aaronabramov committed Mar 23, 2017
1 parent 1a61f3f commit 5b45d27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,8 @@ If enabled, the module registry for every test file will be reset before running
### `resolver` [string]
Default: `undefined`

##### available in Jest **20.0.0+**

This option allows the use of a custom resolver. This resolver must be a node module that exports a function expecting a string as the first argument for the path to resolve and an object with the following structure as the second argument:

```
Expand Down

0 comments on commit 5b45d27

Please sign in to comment.