n8n/packages/@n8n/ai-workflow-builder.ee/jest.config.js
oleg f880a74d99
refactor(ai-builder): Implement unified evaluations harness (#23955)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2026-01-13 12:11:13 +00:00

9 lines
235 B
JavaScript

/** @type {import('jest').Config} */
const baseConfig = require('../../../jest.config');
module.exports = {
...baseConfig,
// Watchman is not available in some sandboxed environments (and is optional for Jest).
watchman: false,
};