chore: fix linting

This commit is contained in:
harttle
2019-02-26 00:56:12 +08:00
parent 53a835ab54
commit 31bc71d472
-2
View File
@@ -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)