10 lines
126 B
TypeScript
10 lines
126 B
TypeScript
import 'typings-global'
|
|
import { expect } from 'smartchai'
|
|
import { tap } from './tapbundle.tap'
|
|
|
|
|
|
export {
|
|
tap,
|
|
expect
|
|
}
|