Skip to content

Commit 7672cba

Browse files
committed
Do not write to console in tests
1 parent 1b74d8c commit 7672cba

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/index.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ for (const testCase of testCases) {
3737
}),
3838
);
3939

40-
console.log(util.inspect(newAST, { depth: null }));
41-
4240
const expected = fs.readFileSync(expectedOutput, 'utf8');
4341
expect(util.inspect(newAST, { depth: null })).toEqual(expected);
4442
});

0 commit comments

Comments
 (0)