Skip to content
This repository was archived by the owner on May 18, 2025. It is now read-only.

Commit 965debf

Browse files
committed
extend mockClient in testutils
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
1 parent ab518a4 commit 965debf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test-utils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ export function createTestClient() {
8080
getSyncState: () => "SYNCING",
8181
generateClientSecret: () => "t35tcl1Ent5ECr3T",
8282
isGuest: () => false,
83+
isCryptoEnabled: () => false,
8384
};
8485
}
8586

0 commit comments

Comments
 (0)