feat(Convert to File Node): Operation to convert a string in a plain text file, option to format JSON when creating file (#8620)

This commit is contained in:
Michael Kret
2024-02-13 16:52:37 +02:00
committed by GitHub
parent e597fbc78f
commit d18cba37a4
7 changed files with 530 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
import { testWorkflows, getWorkflowFilenames } from '@test/nodes/Helpers';
const workflows = getWorkflowFilenames(__dirname);
describe('Test ConvertToFile Node', () => testWorkflows(workflows));