tspublish/test/test.ts

9 lines
193 B
TypeScript
Raw Permalink Normal View History

2024-10-21 10:16:09 +00:00
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();