tspm/test/test.ts
2025-02-24 23:02:17 +00:00

9 lines
183 B
TypeScript

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