v 1.2.5 moar README

This commit is contained in:
2019-09-25 21:20:24 +02:00
parent b9a8f06ec4
commit f34ef48582
3 changed files with 7 additions and 5 deletions
+2
View File
@@ -66,7 +66,9 @@ describe('RPCServer', () => {
})
it('should be able to use all kinds of RPC definitions', (done) => {
const echo = (x) => x
const server = new RPCServer(20003, [{
name: 'HelloWorldRPCGroup',
exportRPCs: () => [