Add some types & ignore console on APIs & tests

This commit is contained in:
Aarni Halinen
2021-03-15 20:54:43 +02:00
parent febbdea203
commit 03bc750eea
10 changed files with 19 additions and 13 deletions
+1
View File
@@ -1,3 +1,4 @@
/* eslint-disable no-console */
import { Selector, ClientFunction, RequestLogger } from "testcafe";
import axios from "axios";