1
0
forked from baron/baron-sso

fix(adminfront): resolve biome lint errors and refine test stability

This commit is contained in:
2026-05-29 18:26:22 +09:00
parent bf94c7a3d6
commit 520d7404cf
5 changed files with 21 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
import React from "react";
import type React from "react";
import { act } from "react";
import { createRoot } from "react-dom/client";
import { afterEach, describe, expect, it } from "vitest";

View File

@@ -1,4 +1,4 @@
import React from "react";
import type React from "react";
import { act } from "react";
import { createRoot } from "react-dom/client";
import { afterEach, describe, expect, it } from "vitest";