Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
/** @type {import('jest').Config} */
module.exports = {
...require('../../../jest.config'),
setupFilesAfterEnv: ['n8n-workflow/test/setup.ts'],
testTimeout: 10_000,
};