| 1 | import { invariant } from '@epic-web/invariant' |
| 2 | import { faker } from '@faker-js/faker' |
| 3 | import { verifyUserPassword } from '#app/utils/auth.server.ts' |
| 4 | import { prisma } from '#app/utils/db.server.ts' |
nothing calls this directly
no test coverage detected