Skip to content

Commit

Permalink
tests: fix types issue
Browse files Browse the repository at this point in the history
  • Loading branch information
buschtoens committed Apr 8, 2021
1 parent 7971a02 commit 5e140c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test-helper.ts
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit 5e140c3

Please sign in to comment.