| 1 | import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest' |
| 2 | import { createMemoryHistory } from '@tanstack/history' |
| 3 | import { BaseRootRoute, BaseRoute, RouterCore, notFound } from '../src' |
| 4 | import { hydrate } from '../src/ssr/client' |
nothing calls this directly
no test coverage detected