mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(AWS S3 Node): Fix File upload, and add node tests (#6153)
This commit is contained in:
committed by
GitHub
parent
a0dd17e115
commit
deb4c04f34
@@ -2,4 +2,7 @@
|
||||
module.exports = {
|
||||
...require('../../jest.config'),
|
||||
collectCoverageFrom: ['credentials/**/*.ts', 'nodes/**/*.ts', 'utils/**/*.ts'],
|
||||
moduleNameMapper: {
|
||||
'^@test/(.*)$': '<rootDir>/test/$1',
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user