mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat: AI Workflow Builder backend (no-changelog) (#14837)
This commit is contained in:
6
packages/@n8n/ai-workflow-builder/jest.config.js
Normal file
6
packages/@n8n/ai-workflow-builder/jest.config.js
Normal file
@@ -0,0 +1,6 @@
|
||||
/** @type {import('jest').Config} */
|
||||
module.exports = {
|
||||
...require('../../../jest.config'),
|
||||
setupFilesAfterEnv: ['n8n-workflow/test/setup.ts'],
|
||||
testTimeout: 10_000,
|
||||
};
|
||||
Reference in New Issue
Block a user