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

5 lines
113 B
TypeScript

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