tapbundle/ts/index.ts
2017-03-04 08:32:17 +01:00

8 lines
113 B
TypeScript

import 'typings-global'
import * as tap from 'tap'
import { expect } from 'smartchai'
export {
tap,
expect
}