Skip to content

Commit 7d1bd7c

Browse files
committed
chore(logger): fix linting
1 parent b1a1182 commit 7d1bd7c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/logger/tests/unit/middleware/middy.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import { Logger } from './../../../src';
1010
import middy from '@middy/core';
1111
import { PowertoolLogFormatter } from '../../../src/formatter';
1212
import { Console } from 'console';
13-
import { context as dummyContext } from '../../../../../tests/resources/contexts/hello-world';
1413

1514
const mockDate = new Date(1466424490000);
1615
const dateSpy = jest.spyOn(global, 'Date').mockImplementation(() => mockDate as unknown as string);

0 commit comments

Comments
 (0)