This commit is contained in:
2017-01-20 23:33:24 +01:00
commit 36936b0fe5
8 changed files with 129 additions and 0 deletions

4
ts/index.ts Normal file
View File

@ -0,0 +1,4 @@
import chai = require('chai')
import chaiAsPromised = require('chai-as-promised')
chai.use(chaiAsPromised)
export let expect = chai.expect