tstest/test/test.ts

7 lines
148 B
TypeScript
Raw Normal View History

2018-08-03 17:18:42 +00:00
import { expect, tap } from '@pushrocks/tapbundle';
import * as tstest from '../ts/index';
tap.test('prepare test', async () => {});
tap.start();