mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-26 22:35:18 +02:00
4 lines
136 B
TypeScript
4 lines
136 B
TypeScript
import { defineConfig } from 'vitest/config';
|
|
|
|
export default defineConfig({ test: { globals: true, disableConsoleIntercept: true } });
|