Skip to content

Commit 7a40329

Browse files
committed
fix: restore missing type imports in tests
1 parent 15f2539 commit 7a40329

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/index.test.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import { changeValue, getInput, matchError } from './common';
77
import InfoField, { Input } from './common/InfoField';
88
import timeout, { waitFakeTime } from './common/timeout';
99

10+
import type { FormRef, Meta } from '@/interface';
1011
describe('Form.Basic', () => {
1112
describe('create form', () => {
1213
const Content: React.FC = () => (

0 commit comments

Comments
 (0)