diff --git a/src/InputHandler.test.ts b/src/InputHandler.test.ts index bdf9cc97..7eba8c0b 100644 --- a/src/InputHandler.test.ts +++ b/src/InputHandler.test.ts @@ -176,8 +176,8 @@ describe('wcwidth', () => { for (let i = 0; i < 65536; ++i) y = old_wcwidth(i); let end_old = new Date().getTime(); - //console.log((end_new - start_new)); - //console.log((end_old - start_old)); + // console.log((end_new - start_new)); + // console.log((end_old - start_old)); assert.equal(((end_new - start_new) * 5 < (end_old - start_old)), true); }); });