1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-10-06 09:37:36 +03:00
n8n/packages/core/test/setup.ts
कारतोफ्फेलस्क्रिप्ट™ e79679c023
fix(HTTP Request Node): Show detailed error message in the UI again (#5959)
2023-04-12 14:58:05 +02:00

6 lines
85 B
TypeScript

import nock from 'nock';
export default async () => {
nock.disableNetConnect();
};