mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
test: Move test timeout to /cli (no-changelog) (#6712)
This commit is contained in:
@@ -26,7 +26,6 @@ const config = {
|
|||||||
collectCoverage: true,
|
collectCoverage: true,
|
||||||
coverageReporters: [process.env.COVERAGE_REPORT === 'true' ? 'text' : 'text-summary'],
|
coverageReporters: [process.env.COVERAGE_REPORT === 'true' ? 'text' : 'text-summary'],
|
||||||
collectCoverageFrom: ['src/**/*.ts'],
|
collectCoverageFrom: ['src/**/*.ts'],
|
||||||
testTimeout: 10_000,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
if (process.env.CI === 'true') {
|
if (process.env.CI === 'true') {
|
||||||
|
|||||||
@@ -12,4 +12,5 @@ module.exports = {
|
|||||||
'^@db/(.*)$': '<rootDir>/src/databases/$1',
|
'^@db/(.*)$': '<rootDir>/src/databases/$1',
|
||||||
},
|
},
|
||||||
coveragePathIgnorePatterns: ['/src/databases/migrations/'],
|
coveragePathIgnorePatterns: ['/src/databases/migrations/'],
|
||||||
|
testTimeout: 10_000,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user