mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
6 lines
154 B
JavaScript
6 lines
154 B
JavaScript
/** @type {import('jest').Config} */
|
|
module.exports = {
|
|
...require('../../../jest.config'),
|
|
setupFilesAfterEnv: ['<rootDir>/test/extend-expect.ts'],
|
|
};
|