Skip to content

Commit

Permalink
Correct README title
Browse files Browse the repository at this point in the history
Correct README title typo to make it clear that the test below it is for Jest version 15+.
  • Loading branch information
ianlyons committed Nov 28, 2016
1 parent fa68236 commit 01f415c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/jest.md
Expand Up @@ -15,7 +15,7 @@ import Foo from '../Foo';

You do **not** need to include Jest's own renderer, unless you want to use it _only_ for Jest snapshot testing.

## Example Project for Jest prior to version 15
## Example Project for Jest version 15+

- [Example test for Jest 15+](https://github.com/vjwilson/enzyme-example-jest)

Expand Down

0 comments on commit 01f415c

Please sign in to comment.