lelandrichardson / enzyme-example-jest

Example project with React + Enzyme + Jest
MIT License
45 stars 108 forks source link

Update jest? #5

Open Madalosso opened 8 years ago

Madalosso commented 8 years ago

Hi, i would like to propose a example using a updated version of jest-cli. If a dev tried to install the jest-cli today it will have a version that is not compatible with the example.

jest.unmock('../Foo'); import Foo from '../Foo'; those lines instead of jest.dontMock const Foo = required("../Foo"); did the trick on my updated Jest.