Last active
May 10, 2018 12:53
-
-
Save eliihen/2c623011175e1c6a7872f8a992d774ac to your computer and use it in GitHub Desktop.
Adding prop-type error script to package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"jest": { | |
"setupFiles": [ | |
"<rootDir>/scripts/throw-on-prop-type-error.js" | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment