Files
tstest/test/tstest/test.ts

7 lines
161 B
TypeScript

import { expect, tap } from '../../ts_tapbundle/index.js';
import * as tstest from '../../ts/index.js';
tap.test('prepare test', async () => {});
tap.start();