tstest/test/test.ts
2022-03-13 00:30:32 +01:00

7 lines
151 B
TypeScript

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