[TS] Fix input spec types in widgets (#2817)

This commit is contained in:
Chenlei Hu
2025-03-02 21:01:50 -05:00
committed by GitHub
parent a8bb6c4daa
commit d37ac3aa16
6 changed files with 42 additions and 20 deletions

View File

@@ -41,7 +41,7 @@ describe('useComboWidget', () => {
undefined, // default value
expect.any(Function), // callback
expect.objectContaining({
values: 'COMBO'
values: []
})
)
expect(widget).toEqual({