extend mockClient in testutils
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/21833/head
parent
ab518a469f
commit
965debf442
|
@ -80,6 +80,7 @@ export function createTestClient() {
|
|||
getSyncState: () => "SYNCING",
|
||||
generateClientSecret: () => "t35tcl1Ent5ECr3T",
|
||||
isGuest: () => false,
|
||||
isCryptoEnabled: () => false,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue