We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0d4e93 commit ec0768fCopy full SHA for ec0768f
packages/aws-cdk/test/commands/notices.test.ts
@@ -30,7 +30,7 @@ const BASIC_NOTICE = {
30
beforeEach(() => {
31
nock.cleanAll();
32
jest.clearAllMocks();
33
-
+
34
// Mock NetworkDetector to return true by default for all tests, regardless of parameters
35
(NetworkDetector.hasConnectivity as jest.Mock).mockImplementation(() => Promise.resolve(true));
36
});
0 commit comments