fix(core): implement basic functionality

This commit is contained in:
2020-12-26 18:14:19 +00:00
parent 07655937f6
commit 09cd4c3feb
6 changed files with 312 additions and 303 deletions

View File

@ -0,0 +1,9 @@
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();