chore(TypeScript): fix linting and generate .d.ts

This commit is contained in:
harttle
2019-02-17 18:20:04 +08:00
parent 7ee87008c7
commit fc9ebdb90f
79 changed files with 809 additions and 820 deletions
+1 -5
View File
@@ -1,10 +1,6 @@
import * as chai from 'chai'
import { expect } from 'chai'
import * as mock from 'mock-fs'
import Liquid from '../../../src/liquid'
import * as chaiAsPromised from 'chai-as-promised'
const expect = chai.expect
chai.use(chaiAsPromised)
describe('LiquidOptions#cache', function () {
let engine