devfront biome 오류 수정

This commit is contained in:
kyy
2026-06-10 10:11:52 +09:00
parent b919f600e1
commit 2234986abd
6 changed files with 36 additions and 29 deletions
+1 -3
View File
@@ -59,9 +59,7 @@ test.describe("DevFront security and isolation", () => {
await expect(page.getByText("Server side App")).not.toBeVisible();
});
test("user can enter DevFront and sees empty RP list", async ({
page,
}) => {
test("user can enter DevFront and sees empty RP list", async ({ page }) => {
await seedAuth(page, "user");
const state = {
clients: [] as ReturnType<typeof makeClient>[],