chore(deps): modernize platformclient tooling

This commit is contained in:
2026-04-28 12:02:50 +00:00
parent 4b3a2b2e75
commit b4b2ed9571
10 changed files with 6284 additions and 3530 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
import { expect, expectAsync, tap } from '@push.rocks/tapbundle';
import { tap } from '@git.zone/tstest/tapbundle';
import * as platformclient from '../ts/index.js';
tap.test('first test', async () => {
console.log(platformclient);
});
tap.start();
export default tap.start();