chore: remove console log

ref: N25B-392
This commit is contained in:
Björn Otgaar
2025-12-16 15:41:30 +01:00
parent fcc279fb31
commit 0b29cb5858

View File

@@ -945,14 +945,9 @@ describe('NormNode', () => {
targetHandle: null,
});
const state = useFlowStore.getState();
const updatedNorm = state.nodes.find(n => n.id === 'norm-1');
console.log(updatedNorm?.data.conditions);
expect(updatedNorm?.data.conditions).toEqual(["basic_belief-1", "basic_belief-2"]);
});
});
});