mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
refactor(core): Extract duplicate utility functions and add unit tests (no-changelog) (#9814)
This commit is contained in:
committed by
GitHub
parent
283d1ca583
commit
e4463c62b4
@@ -2,5 +2,9 @@
|
||||
module.exports = {
|
||||
...require('../../jest.config'),
|
||||
collectCoverageFrom: ['credentials/**/*.ts', 'nodes/**/*.ts', 'utils/**/*.ts'],
|
||||
setupFilesAfterEnv: ['jest-expect-message', '<rootDir>/test/setup.ts'],
|
||||
setupFilesAfterEnv: [
|
||||
'jest-expect-message',
|
||||
'n8n-workflow/test/setup.ts',
|
||||
'<rootDir>/test/setup.ts',
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user