This commit is contained in:
2017-03-04 08:32:17 +01:00
commit a8a2493b81
7 changed files with 1784 additions and 0 deletions

8
ts/index.ts Normal file
View File

@ -0,0 +1,8 @@
import 'typings-global'
import * as tap from 'tap'
import { expect } from 'smartchai'
export {
tap,
expect
}