mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-24 16:29:45 +00:00
Fix typos (#404)
* Fix typos: Interupt -> Interrupt * Fix typos: tempateManagerRow -> templateManagerRow * Fix some typos * Fix typos: Convertable -> Convertible * Fix some typos
This commit is contained in:
@@ -950,7 +950,7 @@ describe('group node', () => {
|
||||
expect(group.outputs[0].connections.length).toBe(1)
|
||||
expect(group.outputs[0].connections[0].targetNode.id).toBe(preview2.id)
|
||||
|
||||
// Convert back and ensure bothe previews are still connected
|
||||
// Convert back and ensure both previews are still connected
|
||||
group.menu['Convert to nodes'].call()
|
||||
decode = graph.find(decode)
|
||||
expect(decode.outputs[0].connections.length).toBe(2)
|
||||
|
||||
Reference in New Issue
Block a user