mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-28 02:02:08 +00:00
[TS] Fix input spec types in widgets (#2817)
This commit is contained in:
@@ -41,7 +41,7 @@ describe('useComboWidget', () => {
|
||||
undefined, // default value
|
||||
expect.any(Function), // callback
|
||||
expect.objectContaining({
|
||||
values: 'COMBO'
|
||||
values: []
|
||||
})
|
||||
)
|
||||
expect(widget).toEqual({
|
||||
|
||||
Reference in New Issue
Block a user