From 5e140c3f5ca998fc0c4c81fcc9ac6153dd640678 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Buscht=C3=B6ns?= Date: Thu, 8 Apr 2021 18:01:44 +0200 Subject: [PATCH] tests: fix types issue --- tests/test-helper.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/test-helper.ts b/tests/test-helper.ts index ccaec614..1163132c 100644 --- a/tests/test-helper.ts +++ b/tests/test-helper.ts @@ -1,6 +1,9 @@ import { setApplication } from '@ember/test-helpers'; import { start } from 'ember-qunit'; +// TODO: add types in upstream repo +// eslint-disable-next-line @typescript-eslint/ban-ts-comment +// @ts-ignore import setupSinon from 'ember-sinon-qunit'; import Application from 'dummy/app';