Skip to content

Commit

Permalink
Issue #142: Update to active versions of Node.js and Typescript
Browse files Browse the repository at this point in the history
- Removed errant console.log in unit test
  • Loading branch information
kernwig committed Feb 21, 2024
1 parent 7d83688 commit 31e1924
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lambda-utils/lib/handler-utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ describe("LambdaUtils", () => {
{...givenV1Event}, {} as Context, {} as any
) as APIGatewayProxyResult;

console.log(response);
// THEN
expect(response).toEqual({
statusCode: 500,
Expand Down

0 comments on commit 31e1924

Please sign in to comment.