Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Commit

Permalink
test: 用例更新为type导入
Browse files Browse the repository at this point in the history
  • Loading branch information
idler8 committed Mar 2, 2023
1 parent a21667c commit 8d0b08f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/form-react/__tests__/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ import {
useKeys,
useFieldReader,
useFieldTrigger,
Keys,
} from "index";
import { useEffect } from "react";
import { Observer } from "../../observer/src/index";
import type { Keys } from "index";
import type { Observer } from "@idler8/observer";

test("基本渲染:React", async () => {
render(
Expand Down

0 comments on commit 8d0b08f

Please sign in to comment.