chore(typescript): ship to TypeScript

This commit is contained in:
harttle
2019-02-14 22:33:45 +08:00
parent c8de8bcde2
commit c37b330751
64 changed files with 812 additions and 1621 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
import chai from 'chai'
import mock from 'mock-fs'
import * as chai from 'chai'
import * as mock from 'mock-fs'
import Liquid from '../../../src'
import chaiAsPromised from 'chai-as-promised'
import * as chaiAsPromised from 'chai-as-promised'
const expect = chai.expect
chai.use(chaiAsPromised)