Files
2025-09-08 04:48:28 +08:00

6 lines
85 B
TypeScript
Executable File

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