feat: AI Workflow Builder backend (no-changelog) (#14837)

This commit is contained in:
oleg
2025-04-24 08:43:35 +02:00
committed by GitHub
parent 8c4b9f73f1
commit 1b1d6043d6
24 changed files with 1655 additions and 26 deletions

View File

@@ -0,0 +1,6 @@
/** @type {import('jest').Config} */
module.exports = {
...require('../../../jest.config'),
setupFilesAfterEnv: ['n8n-workflow/test/setup.ts'],
testTimeout: 10_000,
};