Skip to content

Commit

Permalink
fix: ts error in test (#3516)
Browse files Browse the repository at this point in the history
  • Loading branch information
hchlq authored Nov 7, 2022
1 parent 618307b commit f35e5df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/__tests__/form.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -930,6 +930,7 @@ test('reset', async () => {
})

test('devtools', () => {
// @ts-ignore
window['__FORMILY_DEV_TOOLS_HOOK__'] = {
inject() {},
unmount() {},
Expand Down

0 comments on commit f35e5df

Please sign in to comment.