fix(core): implement basic functionality
This commit is contained in:
9
test-inactive/test.browser.ts
Normal file
9
test-inactive/test.browser.ts
Normal 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();
|
Reference in New Issue
Block a user