From d516f81eeb6ec19d8d0c8aada48f0c28d5136fac Mon Sep 17 00:00:00 2001 From: Joel Einbinder Date: Sun, 16 Aug 2020 14:41:33 -0700 Subject: [PATCH] fix(rpc): add a custom toJSON to help jest's expect library (#3489) --- src/rpc/client/channelOwner.ts | 11 +++++++++++ utils/doclint/check_public_api/JSBuilder.js | 2 ++ 2 files changed, 13 insertions(+) diff --git a/src/rpc/client/channelOwner.ts b/src/rpc/client/channelOwner.ts index 0ea022574d91e..d0c2bcbb6ded9 100644 --- a/src/rpc/client/channelOwner.ts +++ b/src/rpc/client/channelOwner.ts @@ -106,6 +106,17 @@ export abstract class ChannelOwner