Skip to content

Commit 671b1ee

Browse files
committed
update network-detector
1 parent c342cc2 commit 671b1ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/@aws-cdk/toolkit-lib/test/util/network-detector.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
import * as https from 'https';
1+
import * as https from 'node:https';
22
import * as fs from 'fs-extra';
33
import { NetworkDetector } from '../../lib/util/network-detector';
44

55
// Mock the https module
6-
jest.mock('https');
6+
jest.mock('node:https');
77
const mockHttps = https as jest.Mocked<typeof https>;
88

99
// Mock fs-extra

0 commit comments

Comments
 (0)