| 1 | import { createCallerForUser } from '@/routers/test-utils'; |
| 2 | import { createCallerFactory } from '@/lib/trpc/init'; |
| 3 | import { rootRouter } from '@/routers/root-router'; |
| 4 | import { insertTestUser } from '@/tests/helpers/user.helper'; |
nothing calls this directly
no test coverage detected