typedsocket/test-inactive/test.browser.ts

9 lines
227 B
TypeScript
Raw Normal View History

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