Merge pull request #2345 from xtermjs/Tyriar-patch-1

Remove describe.only
This commit is contained in:
Daniel Imms
2019-07-25 14:31:12 -07:00
committed by GitHub
@@ -14,7 +14,7 @@ let page: puppeteer.Page;
const width = 800;
const height = 600;
describe.only('Search Tests', function (): void {
describe('Search Tests', function (): void {
this.timeout(200000);
before(async function (): Promise<any> {