1
0
Fork 0

lint(test): remove console log

This commit is contained in:
Sean Sube 2022-04-22 19:03:06 -05:00
parent a8bfb58d2d
commit c9ffd00733
1 changed files with 0 additions and 2 deletions

View File

@ -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(/^[|]/);
}