1
0
forked from baron/baron-sso

devfront biome 오류 수정

This commit is contained in:
2026-06-09 17:52:55 +09:00
parent b919f600e1
commit 2234986abd
6 changed files with 36 additions and 29 deletions

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>[],