9 lines
230 B
TypeScript
9 lines
230 B
TypeScript
import { tap, expect } from '@pushrocks/tapbundle';
|
|
|
|
import * as typedsocket from '../ts/index.js';
|
|
|
|
tap.test('should create a client', async () => {
|
|
console.log('Browser test') // TODO: implement browser tests
|
|
});
|
|
|
|
tap.start(); |