OpenPanel/packages/graphql/test/jest.setup.ts
Stefan Pejcic 8595a9f4e5 back
2024-05-08 19:58:53 +02:00

7 lines
88 B
TypeScript

import nock from "nock";
afterAll(() => {
nock.cleanAll();
nock.restore();
});