1
0
mirror of https://github.com/nolanlawson/pinafore synced 2025-01-31 22:14:53 +01:00
2022-11-18 09:32:31 -08:00

5 lines
119 B
JavaScript

import { indexedDB, IDBKeyRange } from 'fake-indexeddb'
global.indexedDB = indexedDB
global.IDBKeyRange = IDBKeyRange