6 lines
85 B
TypeScript
Executable File
6 lines
85 B
TypeScript
Executable File
import nock from 'nock';
|
|
|
|
export default async () => {
|
|
nock.disableNetConnect();
|
|
};
|