| 1 | import Dexie, { liveQuery } from 'dexie'; |
| 2 | import {module, stop, start, asyncTest, equal, deepEqual, ok} from 'QUnit'; |
| 3 | import {resetDatabase, spawnedTest, promisedTest, supports, isIE, isEdge} from './dexie-unittest-utils'; |
| 4 |
nothing calls this directly
no test coverage detected