| 1 | import {EmailClient, MailPit} from '@/helpers/services/email/mail-pit'; |
| 2 | import {InviteSignupPage, SettingsPage} from '@/admin-pages'; |
| 3 | import {expect, test, withIsolatedPage} from '@/helpers/playwright'; |
| 4 | import {extractInviteLink} from '@/helpers/services/email/utils'; |
nothing calls this directly
no test coverage detected