Skip to content

Commit 3acee7c

Browse files
committed
satisfy lint rule
1 parent d4ce03d commit 3acee7c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lambdas/authorizer/src/__tests__/index.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jest.mock("aws-embedded-metrics", () => {
2323
if (typeof wrapped === "function") {
2424
return wrapped();
2525
}
26+
return undefined;
2627
},
2728
),
2829
__metricsMock: metricsMock,

0 commit comments

Comments
 (0)