remove only from tests

This commit is contained in:
Jörg Breitbart
2021-11-08 20:57:22 +01:00
parent b8097f53a6
commit 855ed636e7
+1 -1
View File
@@ -386,7 +386,7 @@ describe('InputHandler Integration Tests', function(): void {
});
});
describe.only('OSC', () => {
describe('OSC', () => {
describe('OSC 4', () => {
before(async () => {
await page.evaluate('(() => {window._recordedData = []; window._h = term.onData(d => window._recordedData.push(d));})()');