Mock isGuest

pull/21833/head
Luke Barnard 2017-05-02 10:14:54 +01:00
parent 4f71f4c331
commit 13d37e43ff
1 changed files with 1 additions and 0 deletions

View File

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