tapbundle/test/test.tapwrap.ts

6 lines
117 B
TypeScript
Raw Normal View History

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