n8n/packages/core/test/setup.ts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
85 B
TypeScript
Raw Normal View History

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