mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-03 18:27:09 +02:00
8 lines
264 B
TypeScript
8 lines
264 B
TypeScript
import { createVitestConfig } from '@n8n/vitest-config/node';
|
|
|
|
export default createVitestConfig({
|
|
// The n8n root jest.config sets `restoreMocks: true`, and test files silently rely on
|
|
// it — omit this and mocks bleed between tests.
|
|
restoreMocks: true,
|
|
});
|