remove only from tests

This commit is contained in:
Jörg Breitbart
2021-10-22 18:32:30 +02:00
parent 0f4d71b8f8
commit 8e71cec208
+1 -1
View File
@@ -1869,7 +1869,7 @@ describe('InputHandler', () => {
});
});
describe('OSC', () => {
describe.only('parse xcolor names', () => {
describe('parse xcolor names', () => {
it('rgb:<r>/<g>/<b> scheme in 4/8/12/16 bit', () => {
// 4 bit
assert.deepEqual(inputHandler.parseXColorName('rgb:0/0/0'), [0, 0, 0]);