UNPKG

jest-prop-type-throw-error

Version:

this package will help prop type to thrown the error instead of console.warning

14 lines (10 loc) 205 B
How to use it? Install it using npm ``` npm i jest-prop-type-throw-error ``` then open your jest.config.js and add this to your configuration ``` ... setupFiles: ["jest-prop-type-throw-error"], ...