fix(core): update

This commit is contained in:
2019-08-12 22:45:58 +02:00
parent d24c5f628c
commit 1bd39d0755
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
console.log('TODO');
+4 -1
View File
@@ -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