tapbundle/test/test.tapwrap.ts

6 lines
117 B
TypeScript
Raw Normal View History

2022-03-14 10:22:17 +00:00
import { tap, expect, TapWrap } from '../ts/index.js';
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();