| 1 | import { expect, test } from "@playwright/test" |
| 2 | import { findLastEmail } from "./utils/mailcatcher" |
| 3 | import { randomEmail, randomPassword } from "./utils/random" |
| 4 | import { logInUser, signUpNewUser } from "./utils/user" |
nothing calls this directly
no test coverage detected