tspublish/test/test.ts
2024-10-21 12:16:09 +02:00

9 lines
193 B
TypeScript

import { expect, expectAsync, tap } from '@push.rocks/tapbundle';
import * as tspublish from '../ts/index.js';
tap.test('first test', async () => {
console.log(tspublish);
});
tap.start();