Skip to content

Commit 55bda29

Browse files
committed
chore: fix tests
1 parent 7818c21 commit 55bda29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/__tests__/field.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2005,7 +2005,7 @@ test('relative query with void field', () => {
20052005

20062006
test('empty string or number value need rewrite default value', () => {
20072007
const form = attach(
2008-
createForm({
2008+
createForm<any>({
20092009
values: {
20102010
aa: '',
20112011
bb: 0,

0 commit comments

Comments
 (0)