Prepare for adding file suffixes

This commit is contained in:
Fedor Indutny
2025-10-16 11:29:11 -07:00
parent 3330dd72ce
commit 3387cf6a77
2095 changed files with 15148 additions and 14629 deletions

View File

@@ -2,11 +2,11 @@
// SPDX-License-Identifier: AGPL-3.0-only
import { assert } from 'chai';
import type { ToFindType } from '../../../components/leftPane/LeftPaneHelper.js';
import { FindDirection } from '../../../components/leftPane/LeftPaneHelper.js';
import { getDefaultConversation } from '../../../test-helpers/getDefaultConversation.js';
import type { ToFindType } from '../../../components/leftPane/LeftPaneHelper.dom.js';
import { FindDirection } from '../../../components/leftPane/LeftPaneHelper.dom.js';
import { getDefaultConversation } from '../../../test-helpers/getDefaultConversation.std.js';
import { getConversationInDirection } from '../../../components/leftPane/getConversationInDirection.js';
import { getConversationInDirection } from '../../../components/leftPane/getConversationInDirection.dom.js';
describe('getConversationInDirection', () => {
const fakeConversation = (markedUnread = false) =>