From d0a3164e9953902b9bc0f2999eb126ed6902ef31 Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Tue, 21 May 2019 11:01:40 -0700 Subject: [PATCH] Fix lint --- src/InputHandler.api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/InputHandler.api.ts b/src/InputHandler.api.ts index a373f7b9..06f4cf23 100644 --- a/src/InputHandler.api.ts +++ b/src/InputHandler.api.ts @@ -58,7 +58,7 @@ describe('InputHandler Integration Tests', () => { `); assert.equal(await page.evaluate(`window.result`), '\x1b[3;4R'); }); - + it('Report Cursor Position (DECXCPR) - CSI ? 6 n', async function(): Promise { this.timeout(10000); await openTerminal();