Skip to content

Commit

Permalink
Docs: Fixing link to reporter interface (jestjs#8214)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyhastings authored and SimenB committed Mar 26, 2019
1 parent 8e246a4 commit 7698986
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ class MyCustomReporter {
}
```

For the full list of methods and argument types see `Reporter` type in [types/TestRunner.js](https://github.com/facebook/jest/blob/master/types/TestRunner.js)
For the full list of methods and argument types see `Reporter` interface in [packages/jest-reporters/src/types.ts](https://github.com/facebook/jest/blob/master/packages/jest-reporters/src/types.ts)

### `resetMocks` [boolean]

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-24.1/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ class MyCustomReporter {
}
```

For the full list of methods and argument types see `Reporter` type in [types/TestRunner.js](https://github.com/facebook/jest/blob/master/types/TestRunner.js)
For the full list of methods and argument types see `Reporter` interface in [packages/jest-reporters/src/types.ts](https://github.com/facebook/jest/blob/master/packages/jest-reporters/src/types.ts)

### `resetMocks` [boolean]

Expand Down

0 comments on commit 7698986

Please sign in to comment.