1 parent 34fd0dc commit 92b43bdCopy full SHA for 92b43bd
1 file changed
src/browser/Terminal2.test.ts
@@ -37,7 +37,7 @@ if (os.platform() === 'darwin') {
37
// filter skipFilenames
38
const FILES = TESTFILES.filter(value => !SKIP_FILES.includes(path.basename(value)));
39
40
-describe.only('Escape Sequence Files', function(): void {
+describe('Escape Sequence Files', function(): void {
41
this.timeout(1000);
42
43
let ptyTerm: any;
0 commit comments