| 1 | import { describe, expect, it } from 'vitest'; |
| 2 | import { convertRemixRouteToPath } from '../../src/config/createRemixRouteManifest'; |
| 3 | import { convertRemixRouteIdToPath } from '../../src/utils/utils'; |
| 4 |
nothing calls this directly
no test coverage detected