This commit is contained in:
Daniel Imms
2019-05-21 14:51:48 -07:00
parent c73aa07135
commit 922e594fcf
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ let page: puppeteer.Page;
const width = 800;
const height = 600;
describe('InputHandler Integration Tests', function() {
describe('InputHandler Integration Tests', function(): void {
this.timeout(10000);
before(async function(): Promise<any> {
+1 -1
View File
@@ -14,7 +14,7 @@ let page: puppeteer.Page;
const width = 800;
const height = 600;
describe('API Integration Tests', function() {
describe('API Integration Tests', function(): void {
this.timeout(10000);
before(async function(): Promise<any> {