Files
catalog/test/test.browser.ts

10 lines
284 B
TypeScript
Raw Normal View History

2025-07-14 10:13:02 +00:00
import { expect, expectAsync, tap, webhelpers } from '@git.zone/tstest/tapbundle';
2024-12-27 01:53:26 +01:00
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();