({
instance,
setup,
teardown,
}: {
instance:
| i18n
| Store<i18n | null>
| Effect<void, i18n, unknown>
| (() => Promise<i18n>);
setup: Event<void>;
teardown?: Event<void>;
})
source not stored for this graph (policy: none)
no test coverage detected