initial
This commit is contained in:
9
test/test.browser.ts
Normal file
9
test/test.browser.ts
Normal 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();
|
Reference in New Issue
Block a user