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

View file

@ -12,7 +12,7 @@ import { ConversationType } from '../state/ducks/conversations';
import { CallingLobby, PropsType } from './CallingLobby';
import { setup as setupI18n } from '../../js/modules/i18n';
import enMessages from '../../_locales/en/messages.json';
import { getDefaultConversation } from '../util/getDefaultConversation';
import { getDefaultConversation } from '../test-both/helpers/getDefaultConversation';
const i18n = setupI18n('en', enMessages);