mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-20 08:28:17 +01:00
Bundle everything with rolldown
This commit is contained in:
@@ -4,12 +4,12 @@
|
||||
import { assert } from 'chai';
|
||||
import * as sinon from 'sinon';
|
||||
import { v4 as uuid } from 'uuid';
|
||||
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 { RowType } from '../../../components/ConversationList.dom.tsx';
|
||||
import { FindDirection } from '../../../components/leftPane/LeftPaneHelper.dom.tsx';
|
||||
import { getDefaultConversation } from '../../../test-helpers/getDefaultConversation.std.ts';
|
||||
import { LeftPaneSearchHelper } from '../../../components/leftPane/LeftPaneSearchHelper.dom.tsx';
|
||||
|
||||
import { LeftPaneArchiveHelper } from '../../../components/leftPane/LeftPaneArchiveHelper.dom.js';
|
||||
import { LeftPaneArchiveHelper } from '../../../components/leftPane/LeftPaneArchiveHelper.dom.tsx';
|
||||
|
||||
describe('LeftPaneArchiveHelper', () => {
|
||||
let sandbox: sinon.SinonSandbox;
|
||||
|
||||
Reference in New Issue
Block a user