| 1 | import { describe, expect, test } from 'vitest' |
| 2 | import { render } from '@testing-library/svelte' |
| 3 | import { getIsRestoringContext } from '../../src/index.js' |
| 4 | import BaseExample from './BaseExample.svelte' |
nothing calls this directly
no test coverage detected