This commit is contained in:
2024-12-27 01:53:26 +01:00
commit cebae44ff5
21 changed files with 8510 additions and 0 deletions

9
test/test.browser.ts Normal file
View File

@@ -0,0 +1,9 @@
import { expect, expectAsync, tap, webhelpers } from '@push.rocks/tapbundle';
import * as socialioCatalog from '../ts_web/index.js';
tap.test('', async () => {
const sioFab: socialioCatalog.SioFab = webhelpers.fixture(webhelpers.html`<sio-fab></sio-fab>`);
});
tap.start();