mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
remove only from tests
This commit is contained in:
@@ -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));})()');
|
||||
|
||||
Reference in New Issue
Block a user