2023-08-04 14:22:39 +00:00
|
|
|
import { tap, expect } from '@push.rocks/tapbundle';
|
2020-12-26 18:14:19 +00:00
|
|
|
|
2022-03-24 21:46:08 +00:00
|
|
|
import * as typedsocket from '../ts/index.js';
|
2020-12-26 18:14:19 +00:00
|
|
|
|
|
|
|
tap.test('should create a client', async () => {
|
|
|
|
console.log('Browser test') // TODO: implement browser tests
|
|
|
|
});
|
|
|
|
|
|
|
|
tap.start();
|