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