Mock isGuest

This commit is contained in:
Luke Barnard 2017-05-02 10:14:54 +01:00
parent 4f71f4c331
commit 13d37e43ff

View file

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