This commit is contained in:
2025-02-24 23:02:17 +00:00
commit 33932a4b23
17 changed files with 10058 additions and 0 deletions

8
test/test.ts Normal file
View File

@ -0,0 +1,8 @@
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();