diff --git a/test/unit/util/underscore.ts b/test/unit/util/underscore.ts index dd5e58888..e613ff603 100644 --- a/test/unit/util/underscore.ts +++ b/test/unit/util/underscore.ts @@ -1,9 +1,7 @@ import * as chai from 'chai' import * as sinonChai from 'sinon-chai' import * as sinon from 'sinon' -import { RenderError, RenderBreakError } from '../../../src/util/error' import * as _ from '../../../src/util/underscore' -import ITemplate from '../../../src/template/itemplate' const expect = chai.expect chai.use(sinonChai)