Move getDefaultConversation into a shared test folder

This commit is contained in:
Evan Hahn
2020-12-18 13:16:44 -06:00
committed by Scott Nonnenberg
parent dd0ea6b3fe
commit 8e7379a591
7 changed files with 6 additions and 12 deletions

2
ts/window.d.ts vendored
View File

@@ -478,8 +478,6 @@ declare global {
getServerTrustRoot: () => WhatIsThis;
readyForUpdates: () => void;
STORYBOOK_ENV?: string;
// Flags
isGroupCallingEnabled: () => boolean;
}