Skip to content

Commit 2dc5006

Browse files
committed
chore(testing): add debug log
1 parent 32d2f08 commit 2dc5006

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/tracer/tests/e2e/allFeatures.middy.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ describe('Tracer E2E tests, all features with middy instantiation', () => {
295295
expect(subsegments.has('## index.handler')).toBe(false);
296296

297297
if (shouldThrowAnError) {
298+
console.log(JSON.stringify(lambdaFunctionSegment, null, 2));
298299
expect(lambdaFunctionSegment.error).toBe(true);
299300
}
300301
}

0 commit comments

Comments
 (0)