tstest/test/test.ts
2023-07-13 03:19:11 +02:00

7 lines
152 B
TypeScript

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