| 1 | import {act, fireEvent, render} from '@testing-library/svelte'; |
| 2 | import type {Store} from 'tinybase'; |
| 3 | import {createStore} from 'tinybase'; |
| 4 | import {createMergeableStore} from 'tinybase/mergeable-store'; |
nothing calls this directly
no test coverage detected