dumbmatter / fakeIndexedDB

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

Fix issue #98: workaround to check date object #99

Closed sjnho closed 5 months ago

sjnho commented 7 months ago

To solve the problem that global Date is not same function when using in jest + jsdom or between frames.