7 lines
148 B
TypeScript
7 lines
148 B
TypeScript
|
import { expect, tap } from '@pushrocks/tapbundle';
|
||
|
import * as tstest from '../ts/index';
|
||
|
|
||
|
tap.test('prepare test', async () => {});
|
||
|
|
||
|
tap.start();
|