mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
refactor(core): Set up @n8n/backend-common package (#15051)
This commit is contained in:
7
packages/@n8n/backend-common/jest.config.js
Normal file
7
packages/@n8n/backend-common/jest.config.js
Normal file
@@ -0,0 +1,7 @@
|
||||
/** @type {import('jest').Config} */
|
||||
module.exports = {
|
||||
...require('../../../jest.config'),
|
||||
transform: {
|
||||
'^.+\\.ts$': ['ts-jest', { isolatedModules: false }],
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user