mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 03:01:54 +00:00
Decisively fix the undecisive fix for the decisive fix for the numerical enum bug
This commit is contained in:
@@ -241,7 +241,7 @@ describe('LinkConnector', () => {
|
|||||||
expect(renderLink.node).toEqual(originNode)
|
expect(renderLink.node).toEqual(originNode)
|
||||||
expect(renderLink.fromSlot).toEqual(output)
|
expect(renderLink.fromSlot).toEqual(output)
|
||||||
expect(renderLink.fromReroute).toEqual(reroute)
|
expect(renderLink.fromReroute).toEqual(reroute)
|
||||||
expect(renderLink.fromDirection).toEqual(LinkDirection.CENTER)
|
expect(renderLink.fromDirection).toEqual(LinkDirection.NONE)
|
||||||
expect(renderLink.network).toEqual(network)
|
expect(renderLink.network).toEqual(network)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user