mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 14:44:05 -08:00
65e5593233
[GH Advisory](https://github.com/advisories/GHSA-xwcq-pm8m-c4vf)
7 lines
190 B
JavaScript
7 lines
190 B
JavaScript
/** @type {import('jest').Config} */
|
|
module.exports = {
|
|
...require('../../jest.config'),
|
|
globalSetup: '<rootDir>/test/setup.ts',
|
|
setupFilesAfterEnv: ['<rootDir>/test/setup-mocks.ts'],
|
|
};
|