Files
n8n-enterprise-unlocked/packages/@n8n/decorators/jest.config.js
कारतोफ्फेलस्क्रिप्ट™ c42df1c268 refactor(core): Restructure decorators and add tests (#15348)
2025-05-13 15:04:58 +02:00

9 lines
213 B
JavaScript

/** @type {import('jest').Config} */
module.exports = {
...require('../../../jest.config'),
transform: {
'^.+\\.ts$': ['ts-jest', { isolatedModules: false }],
},
coveragePathIgnorePatterns: ['index.ts'],
};