fix: disable typechecking for mock

This commit is contained in:
Nikita Nek Dudnik
2020-05-26 10:02:02 +02:00
parent 75f5d7312f
commit 885eaac0a9
@@ -14,6 +14,7 @@
* limitations under the License.
*/
// @ts-nocheck
import { LocationSource, LocationReader, ReaderOutput } from '../types';
export class LocationReaders implements LocationReader {