// Polyfill IndexedDB for tests. Node's jsdom env doesn't ship with IDB. // Imported at file top so the shim is in place before any test code runs. import 'fake-indexeddb/auto';