eliihen / jest-prop-type-error

Improves prop-types support in Jest by failing tests on prop-type errors instead of ignoring them
MIT License
41 stars 4 forks source link

Allow using jest-prop-type-error with Create React App #2

Closed YPCrumble closed 6 years ago

YPCrumble commented 6 years ago

Hi - thanks so much for this package! Very useful.

Here's a PR to allow easy integration with Create React App. Let me know what you think or if you have any suggested changes?

YPCrumble commented 6 years ago

@esphen just updated my PR :). Thanks!

eliihen commented 6 years ago

Thanks again for the PR!