| 1 | import 'fake-indexeddb/auto'; |
| 2 | import { observable } from '../src/observable'; |
| 3 | import { Change } from '../src/observableInterfaces'; |
| 4 | import { ObservablePersistLocalStorage } from '../src/persist-plugins/local-storage'; |
nothing calls this directly
no test coverage detected