Skip to content

Commit 401f0cc

Browse files
committed
Remove console.log
1 parent 8db698b commit 401f0cc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/e2e.test.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ describe('e2e Tests', { timeout: 20000 }, () => {
2020

2121
const stacks = JSON.parse(result.stdout.toString());
2222

23-
console.log(stacks);
24-
2523
const stack0 = defaultStackParser(stacks['0']);
2624

2725
expect(stack0).toEqual(expect.arrayContaining([

0 commit comments

Comments
 (0)