import { expect, expectAsync, tap, webhelpers } from '@git.zone/tstest/tapbundle'; import * as socialioCatalog from '../ts_web/index.js'; tap.test('', async () => { const sioFab: socialioCatalog.SioFab = webhelpers.fixture(webhelpers.html``); }); tap.start();