Fixed linter error

refs 1d80f463eb

- all uses of `sinon` were removed in the updated tests but the import was missed
This commit is contained in:
Kevin Ansfield 2022-01-03 15:32:42 +00:00
parent 1d80f463eb
commit e3a86dc03a
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
import hbs from 'htmlbars-inline-precompile';
import sinon from 'sinon';
import {click, find, findAll, render} from '@ember/test-helpers';
import {describe, it} from 'mocha';
import {expect} from 'chai';