From 01f415cc0c6dda4e00beec26969cad37b6ca0b9e Mon Sep 17 00:00:00 2001 From: ian lyons Date: Sun, 27 Nov 2016 16:55:19 -0800 Subject: [PATCH] Correct README title Correct README title typo to make it clear that the test below it is for Jest version 15+. --- docs/guides/jest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/jest.md b/docs/guides/jest.md index 8bd205e24..ce1ae2665 100644 --- a/docs/guides/jest.md +++ b/docs/guides/jest.md @@ -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)