Remove .only from fit test

This commit is contained in:
Daniel Imms
2019-10-21 11:27:01 -07:00
parent 631107698e
commit fc10816615
+1 -1
View File
@@ -14,7 +14,7 @@ let page: puppeteer.Page;
const width = 1024;
const height = 768;
describe.only('FitAddon', () => {
describe('FitAddon', () => {
before(async function(): Promise<any> {
this.timeout(20000);
browser = await puppeteer.launch({