tapbundle/test/test.tapwrap.ts
2022-03-14 11:22:17 +01:00

6 lines
117 B
TypeScript

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