typedsocket/test-inactive/test.browser.ts

9 lines
230 B
TypeScript
Raw Normal View History

import { tap, expect } from '@pushrocks/tapbundle';
2022-03-24 21:46:08 +00:00
import * as typedsocket from '../ts/index.js';
tap.test('should create a client', async () => {
console.log('Browser test') // TODO: implement browser tests
});
tap.start();