mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-31 08:46:58 +02:00
6 lines
185 B
TypeScript
6 lines
185 B
TypeScript
import { createVitestConfigWithDecorators } from '@n8n/vitest-config/node-decorators';
|
|
|
|
export default createVitestConfigWithDecorators({
|
|
coveragePathIgnorePatterns: ['index.ts'],
|
|
});
|