tstest/test/tapbundle/test.tapwrap.ts

6 lines
130 B
TypeScript

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