lint(test): remove console log
This commit is contained in:
parent
a8bfb58d2d
commit
c9ffd00733
|
@ -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(/^[|]/);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue