Fixed linter error

refs 6cafae86d7

- 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 6cafae86d7
commit dae210daa5

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';