dumbmatter / fakeIndexedDB

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

README.md: add instructions for jest `setupFiles` #34

Closed HerbCaudill closed 4 years ago

HerbCaudill commented 4 years ago

It took me a while to figure out how to make sure all test suites had fake-indexeddb loaded -- I spent some time trying to do this in a custom TestEnvironment, which was a dead end, but it turns out it was a lot easier than that.

dumbmatter commented 4 years ago

Funny, I recently used Jest for the first time, and I also used fake-indexeddb in that project, and I didn't know it could be configured so simply!