8 lines
113 B
TypeScript
8 lines
113 B
TypeScript
|
import 'typings-global'
|
||
|
import * as tap from 'tap'
|
||
|
import { expect } from 'smartchai'
|
||
|
|
||
|
export {
|
||
|
tap,
|
||
|
expect
|
||
|
}
|