fix: fix the tests by simulating user actions rather than the function, and avoid the cyclic dependancy which was present

ref: N25B-371
This commit is contained in:
Björn Otgaar
2025-12-04 12:33:27 +01:00
parent c167144b4d
commit 95397ceccc
5 changed files with 111 additions and 51 deletions

View File

@@ -110,7 +110,6 @@ export function PhaseReduce(node: Node, nodes: Node[]) {
* @param isThisSource whether this instance of the node was the source in the connection, true = yes.
*/
export function PhaseConnects(thisNode: Node, otherNode: Node, isThisSource: boolean) {
console.log("Connect functionality called.")
const node = thisNode as PhaseNode
const data = node.data as PhaseNodeData
if (!isThisSource)