We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1a1182 commit 7d1bd7cCopy full SHA for 7d1bd7c
packages/logger/tests/unit/middleware/middy.test.ts
@@ -10,7 +10,6 @@ import { Logger } from './../../../src';
10
import middy from '@middy/core';
11
import { PowertoolLogFormatter } from '../../../src/formatter';
12
import { Console } from 'console';
13
-import { context as dummyContext } from '../../../../../tests/resources/contexts/hello-world';
14
15
const mockDate = new Date(1466424490000);
16
const dateSpy = jest.spyOn(global, 'Date').mockImplementation(() => mockDate as unknown as string);
0 commit comments