mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
test(core): Move unit tests closer to testable components (no-changelog) (#10287)
This commit is contained in:
@@ -40,13 +40,13 @@ module.exports = {
|
||||
|
||||
overrides: [
|
||||
{
|
||||
files: ['./src/databases/**/*.ts', './test/**/*.ts'],
|
||||
files: ['./src/databases/**/*.ts', './test/**/*.ts', './src/**/__tests__/**/*.ts'],
|
||||
rules: {
|
||||
'n8n-local-rules/misplaced-n8n-typeorm-import': 'off',
|
||||
},
|
||||
},
|
||||
{
|
||||
files: ['./test/**/*.ts'],
|
||||
files: ['./test/**/*.ts', './src/**/__tests__/**/*.ts'],
|
||||
rules: {
|
||||
'n8n-local-rules/no-type-unsafe-event-emitter': 'off',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user