make linter happy

This commit is contained in:
Jörg Breitbart
2021-11-08 17:23:34 +01:00
parent 54375713bc
commit 064f683781
+1 -1
View File
@@ -1936,7 +1936,7 @@ describe('InputHandler', () => {
await inputHandler.parseP('\x1b]10;rgb:aa/bb/cc;#001122\x07');
assert.deepEqual(stack, [
[{ index: ColorIndex.FOREGROUND, color: [170, 187, 204] }],
[{ index: ColorIndex.BACKGROUND, color: [0, 17, 34] }],
[{ index: ColorIndex.BACKGROUND, color: [0, 17, 34] }]
]);
});
it('11: should create appropriate events', async () => {