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