Skip to content

Commit 547db68

Browse files
author
nicosammito
committed
feat: remove console.log from flowValidation test for cleaner output
1 parent 770bec8 commit 547db68

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

test/flowValidation.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,6 @@ describe('getFlowValidation - Integrationstest', () => {
133133

134134
const result = getFlowValidation(flow, FUNCTION_SIGNATURES, DATA_TYPES);
135135

136-
console.log(result);
137-
138136
expect(result.isValid).toBe(false);
139137
const diagnostic = result.diagnostics.find(d => d.nodeId === "gid://sagittarius/NodeFunction/1" && d.parameterIndex === 0);
140138
expect(diagnostic).toBeDefined();

0 commit comments

Comments
 (0)