Reorganize test cases

This commit is contained in:
trevor-signal
2025-06-26 12:24:07 -04:00
committed by GitHub
parent 3a745f2b6e
commit 843f545ceb
271 changed files with 236 additions and 245 deletions

View File

@@ -6,7 +6,7 @@ import * as sinon from 'sinon';
import { v4 as uuid } from 'uuid';
import { RowType } from '../../../components/ConversationList';
import { FindDirection } from '../../../components/leftPane/LeftPaneHelper';
import { getDefaultConversation } from '../../../test-both/helpers/getDefaultConversation';
import { getDefaultConversation } from '../../../test-helpers/getDefaultConversation';
import { LeftPaneSearchHelper } from '../../../components/leftPane/LeftPaneSearchHelper';
import { LeftPaneArchiveHelper } from '../../../components/leftPane/LeftPaneArchiveHelper';