fix(core): update
This commit is contained in:
		
							
								
								
									
										1
									
								
								test/common/test.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								test/common/test.ts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1 @@ | ||||
| console.log('TODO'); | ||||
| @@ -80,7 +80,10 @@ tap.test('should be able to make a functionCall from client to server', async () | ||||
| }); | ||||
|  | ||||
| tap.test('should be able to make a functionCall from server to client', async () => { | ||||
|    | ||||
|   const response = await testSmartsocketClient.serverCall('testFunction1', { | ||||
|     hi: 'hi there from client' | ||||
|   }); | ||||
|   console.log(response); | ||||
| }); | ||||
|  | ||||
| // terminate | ||||
|   | ||||
		Reference in New Issue
	
	Block a user