Skip to content

Commit 6afce21

Browse files
author
nicosammito
committed
feat: remove console.log statement from flowValidation test for cleaner output
1 parent a4423c6 commit 6afce21

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/flowValidation.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ describe('getFlowValidation - Integrationstest', () => {
109109

110110
const result = getFlowValidation(flow, FUNCTION_SIGNATURES, DATA_TYPES);
111111

112-
console.log(result)
113112
expect(result.isValid).toBe(true);
114113
expect(result.errors).toHaveLength(0);
115114
});

0 commit comments

Comments
 (0)