extend mockClient in testutils

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/21833/head
Michael Telatynski 2020-10-07 00:09:48 +01:00
parent ab518a469f
commit 965debf442
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ export function createTestClient() {
getSyncState: () => "SYNCING",
generateClientSecret: () => "t35tcl1Ent5ECr3T",
isGuest: () => false,
isCryptoEnabled: () => false,
};
}