| 1 | import { render_effect, effect_root } from '../internal/client/reactivity/effects.js'; |
| 2 | import { flushSync } from '../index-client.js'; |
| 3 | import { SvelteURL } from './url.js'; |
| 4 | import { assert, test } from 'vitest'; |
nothing calls this directly
no test coverage detected