mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
test: Configures integration tests to run in src (#19640)
This commit is contained in:
@@ -14,6 +14,8 @@ module.exports = {
|
||||
coveragePathIgnorePatterns: ['/src/databases/migrations/'],
|
||||
testTimeout: 10_000,
|
||||
prettierPath: null,
|
||||
// Only run integration tests - exclude unit tests in src/
|
||||
testPathIgnorePatterns: ['/dist/', '/node_modules/', '/src/'],
|
||||
// Run integration tests from both test/integration and src/ directories
|
||||
testRegex: undefined, // Override base config testRegex
|
||||
testMatch: ['<rootDir>/test/integration/**/*.test.ts', '<rootDir>/src/**/*.integration.test.ts'],
|
||||
testPathIgnorePatterns: ['/dist/', '/node_modules/'],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user