Remove describe.only

This commit is contained in:
Daniel Imms
2019-07-25 10:57:03 -07:00
committed by GitHub
parent 378982a3ff
commit 3f53f0ed29
@@ -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> {