Skip to content

Commit 69ed554

Browse files
committed
chore: fix lint
1 parent c7c395c commit 69ed554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/index.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { resetWarned } from '@rc-component/util/lib/warning';
33
import React from 'react';
44
import type { FormInstance } from '../src';
55
import Form, { Field, useForm } from '../src';
6-
import { changeValue, getInput, matchError, waitFakeTimer } from './common';
6+
import { changeValue, getInput, matchError } from './common';
77
import InfoField, { Input } from './common/InfoField';
88
import timeout, { waitFakeTime } from './common/timeout';
99
import type { FormRef, Meta } from '@/interface';

0 commit comments

Comments
 (0)