tapbundle/test/test.tapwrap.ts

6 lines
114 B
TypeScript
Raw Normal View History

2020-07-11 16:07:30 +00:00
import { tap, expect, TapWrap } from '../ts/index';
2017-07-05 22:06:18 +00:00
2020-07-11 16:07:30 +00:00
tap.test('should run a test', async () => {});
2017-07-05 22:06:18 +00:00
2020-07-11 16:07:30 +00:00
tap.start();