initial
This commit is contained in:
4
ts/index.ts
Normal file
4
ts/index.ts
Normal file
@ -0,0 +1,4 @@
|
||||
import chai = require('chai')
|
||||
import chaiAsPromised = require('chai-as-promised')
|
||||
chai.use(chaiAsPromised)
|
||||
export let expect = chai.expect
|
Reference in New Issue
Block a user