Skip to content

Commit

Permalink
doc: Fix broken jest.config.js link
Browse files Browse the repository at this point in the history
  • Loading branch information
keeganwitt authored Mar 9, 2022
1 parent 27d4606 commit 7937b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/typescript/all/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This example demonstrates how to setup `jest-extended` globally with Typescript.

You will need to register `jest-extended/all` with Jest using the `setupFilesAfterEnv` field in your Jest config, see here: [jest.config.js](/jest.config.js)
You will need to register `jest-extended/all` with Jest using the `setupFilesAfterEnv` field in your Jest config, see here: [jest.config.js](./jest.config.js)

```sh
module.exports = {
Expand Down

0 comments on commit 7937b08

Please sign in to comment.