tapbundle/ts/index.ts

8 lines
113 B
TypeScript
Raw Normal View History

2017-03-04 07:32:17 +00:00
import 'typings-global'
import * as tap from 'tap'
import { expect } from 'smartchai'
export {
tap,
expect
}