tsbundle/test/test.ts
2019-10-12 15:55:37 +02:00

9 lines
176 B
TypeScript

import { expect, tap } from '@pushrocks/tapbundle';
import * as tsbundle from '../ts/index';
tap.test('first test', async () => {
await tsbundle.runCli();
});
tap.start();