1
0
mirror of https://github.com/nolanlawson/pinafore synced 2025-02-07 23:18:41 +01:00

5 lines
119 B
JavaScript
Raw Normal View History

2022-11-18 09:32:31 -08:00
import { indexedDB, IDBKeyRange } from 'fake-indexeddb'
global.indexedDB = indexedDB
2022-11-18 09:32:31 -08:00
global.IDBKeyRange = IDBKeyRange