dumbmatter / fakeIndexedDB

A pure JS in-memory implementation of the IndexedDB API
Apache License 2.0
562 stars 69 forks source link

initialize the DB before the use. #73

Closed alirezahmz closed 2 years ago

alirezahmz commented 2 years ago

I use the react testing library to test and I get an error when I run the test. how to initialize indexDB in react testing library? indexDB

dumbmatter commented 2 years ago

I've never used React Testing Library, but I think people usually use it with Jest, right? If you're using Jest, there are instructions in the README.

If that doesn't work, please provide more information, such as some minimal code I can run to observe the error.

alirezahmz commented 2 years ago

this issue was solved, cause I didn't call indexDB provider correctly in my test wrapper.