ci: Polyfill globalThis.crypto in @n8n/nodes-langchain tests as well (no-changelog) (#14514)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2025-04-10 09:36:38 +02:00
committed by GitHub
parent 41b60cd11b
commit 49a2fd4639

View File

@@ -2,4 +2,5 @@
module.exports = {
...require('../../../jest.config'),
collectCoverageFrom: ['credentials/**/*.ts', 'nodes/**/*.ts', 'utils/**/*.ts'],
setupFilesAfterEnv: ['jest-expect-message', 'n8n-workflow/test/setup.ts'],
};