fix(core): update
This commit is contained in:
@ -33,7 +33,7 @@ tap.test('should add some handlers', async () => {
|
||||
|
||||
tap.test('should create Server and Client', async (tools) => {
|
||||
testTypedSocketServer = await typedsocket.TypedSocket.createServer(testTypedRouter);
|
||||
testTypedSocketClient = await typedsocket.TypedSocket.createClient(testTypedRouter, 'http://localhost');
|
||||
testTypedSocketClient = await typedsocket.TypedSocket.createClient(testTypedRouter, 'http://localhost:3000');
|
||||
});
|
||||
|
||||
tap.test('should process messages from both sides', async () => {
|
||||
|
Reference in New Issue
Block a user