| 1 | import type { AgnosticRouteObject } from '@remix-run/router'; |
| 2 | import { describe, expect, it } from 'vitest'; |
| 3 | import { convertRemixRouteIdToPath, getTransactionName } from '../../src/utils/utils'; |
| 4 |
nothing calls this directly
no test coverage detected