We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8db698b commit 401f0ccCopy full SHA for 401f0cc
test/e2e.test.mjs
@@ -20,8 +20,6 @@ describe('e2e Tests', { timeout: 20000 }, () => {
20
21
const stacks = JSON.parse(result.stdout.toString());
22
23
- console.log(stacks);
24
-
25
const stack0 = defaultStackParser(stacks['0']);
26
27
expect(stack0).toEqual(expect.arrayContaining([
0 commit comments