1.0.1 • Published 3 years ago
jest-prop-type-throw-error v1.0.1
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"],
...