| 1 | import { afterAll, beforeAll, expect, test } from 'vitest'; |
| 2 | import { Renderer } from './renderer.js'; |
| 3 | import type { Component } from 'svelte'; |
| 4 | import { disable_async_mode_flag, enable_async_mode_flag } from '../flags/index.js'; |
nothing calls this directly
no test coverage detected