mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
ci: Disable import/no-extraneous-dependencies in frontend tests (no-changelog) (#8182)
supersedes #8180
This commit is contained in:
committed by
GitHub
parent
4bad43dd66
commit
1286d6583c
@@ -473,7 +473,7 @@ const config = (module.exports = {
|
||||
},
|
||||
},
|
||||
{
|
||||
files: ['test/**/*.ts', 'src/__tests__/*.ts'],
|
||||
files: ['test/**/*.ts', '**/__tests__/*.ts'],
|
||||
rules: {
|
||||
'n8n-local-rules/no-plain-errors': 'off',
|
||||
'n8n-local-rules/no-skipped-tests':
|
||||
|
||||
Reference in New Issue
Block a user