1
0
Fork 0
mirror of https://github.com/n8n-io/n8n.git synced 2025-03-05 20:50:17 -08:00
n8n/packages/core/jest.config.js
कारतोफ्फेलस्क्रिप्ट™ e79679c023
fix(HTTP Request Node): Show detailed error message in the UI again ()
2023-04-12 14:58:05 +02:00

6 lines
134 B
JavaScript

/** @type {import('jest').Config} */
module.exports = {
...require('../../jest.config'),
globalSetup: '<rootDir>/test/setup.ts',
};