diff --git a/test/reporter/TestTableReporter.ts b/test/reporter/TestTableReporter.ts index 1a66328..98408e4 100644 --- a/test/reporter/TestTableReporter.ts +++ b/test/reporter/TestTableReporter.ts @@ -32,8 +32,6 @@ describe('table reporter', () => { const lines = report.split('\n'); const lastLine = lines.pop(); - // eslint-disable-next-line no-console - console.log(lines.length, lines); for (const line of lines) { expect(line).to.match(/^[|]/); }