typedsocket/test-inactive/test.browser.ts
2023-08-04 16:22:39 +02:00

9 lines
231 B
TypeScript

import { tap, expect } from '@push.rocks/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();