v 1.2.5 moar README
This commit is contained in:
@@ -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: () => [
|
||||
|
||||
Reference in New Issue
Block a user