facebook/prop-types

TypeError: Cannot destructure property 'checkPropTypes' as it is undefined.

code-masala opened this issue · 2 comments

when I am doing testing using jest in svelteKit .
Error:
TypeError: Cannot destructure property 'checkPropTypes' of 'pkg' as it is undefined.
Screenshot 2022-03-17 at 1 32 54 PM

is this related to prop-types or jest?

Certainly not prop-types - you can try here https://runkit.com/npm/prop-types

Perhaps you mocked out the module incorrectly?