mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-29 22:27:25 +02:00
⬆️ Upgrade to biome 2 (#1825)
This commit is contained in:
parent
56c74d5024
commit
9be12f28d9
141 changed files with 663 additions and 790 deletions
|
@ -1,5 +1,5 @@
|
|||
import type { Page } from "@playwright/test";
|
||||
import { type UserRole, prisma } from "@rallly/database";
|
||||
import { prisma, type UserRole } from "@rallly/database";
|
||||
import { LoginPage } from "./login-page";
|
||||
|
||||
export async function createUserInDb({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue