tapbundle/ts/index.ts
2017-03-26 12:54:16 +02:00

8 lines
111 B
TypeScript

import 'typings-global'
let tap = require('tap')
import { expect } from 'smartchai'
export {
tap,
expect
}