tapbundle/test/test.tapwrap.ts
2020-07-11 16:07:30 +00:00

6 lines
114 B
TypeScript

import { tap, expect, TapWrap } from '../ts/index';
tap.test('should run a test', async () => {});
tap.start();