mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2026-07-12 08:06:34 +02:00
6 lines
118 B
JavaScript
6 lines
118 B
JavaScript
/** @type {import('jest').Config} */
|
|
module.exports = {
|
|
...require('../../../jest.config'),
|
|
testTimeout: 10_000,
|
|
};
|