n8n/packages/@n8n/engine/vitest.config.ts
mfsiega cd5b2b3762
chore(core): Add @n8n/engine HTTP server and harness (no-changelog) (#29913)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-08 14:08:11 +00:00

6 lines
179 B
TypeScript

import { createVitestConfig } from '@n8n/vitest-config/node';
export default createVitestConfig({
exclude: ['**/node_modules/**', '**/dist/**', '**/*.integration.test.ts'],
});