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

@@ -4,12 +4,12 @@
import { assert } from 'chai';
import * as sinon from 'sinon';
import { v4 as uuid } from 'uuid';
import { RowType } from '../../../components/ConversationList.js';
import { FindDirection } from '../../../components/leftPane/LeftPaneHelper.js';
import { getDefaultConversation } from '../../../test-helpers/getDefaultConversation.js';
import { LeftPaneSearchHelper } from '../../../components/leftPane/LeftPaneSearchHelper.js';
import { RowType } from '../../../components/ConversationList.dom.js';
import { FindDirection } from '../../../components/leftPane/LeftPaneHelper.dom.js';
import { getDefaultConversation } from '../../../test-helpers/getDefaultConversation.std.js';
import { LeftPaneSearchHelper } from '../../../components/leftPane/LeftPaneSearchHelper.dom.js';
import { LeftPaneArchiveHelper } from '../../../components/leftPane/LeftPaneArchiveHelper.js';
import { LeftPaneArchiveHelper } from '../../../components/leftPane/LeftPaneArchiveHelper.dom.js';
describe('LeftPaneArchiveHelper', () => {
let sandbox: sinon.SinonSandbox;