This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
TypeError: Cannot read properties of undefined (reading 'seed') #127
Labels
bug
Something isn't working
Describe the bug
I have a react app created with create react app with typescript. When I try and run the example code found on the main page, I get an error saying
TypeError: Cannot read properties of undefined (reading 'seed')
.Any ideas what I'm doing wrong?
My jest.config.js:
My test.test.js file:
To Reproduce
Logs
Expected behavior
Everything to work lol.
Screenshots
If applicable, add screenshots to help explain your problem.
System:
Additional context
I also noticed that it doesn't pick up the version I specify in my testing file and defaults to latest that is found in the setup.js file within the node_module itself?
The text was updated successfully, but these errors were encountered: