| 1 | import { mockWindow } from '@stencil/core/testing'; |
| 2 | |
| 3 | import type { RouteRedirect, RouteTree } from '../utils/interface'; |
| 4 | import { flattenRouterTree, readRedirects, readRouteNodes } from '../utils/parser'; |
nothing calls this directly
no test coverage detected