mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-28 07:17:04 +02:00
4 lines
155 B
TypeScript
4 lines
155 B
TypeScript
import { createVitestConfig } from '@n8n/vitest-config/node';
|
|
|
|
export default createVitestConfig({ include: ['test/**/test-*.ts', 'test/**/test-*.js'] });
|