mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-20 00:18:45 +01:00
Bundle everything with rolldown
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
import { assert } from 'chai';
|
||||
import { VIDEO_MP4 } from '../../types/MIME.std.js';
|
||||
import { VIDEO_MP4 } from '../../types/MIME.std.ts';
|
||||
|
||||
import { fakeAttachment } from '../../test-helpers/fakeAttachment.std.js';
|
||||
import { fakeAttachment } from '../../test-helpers/fakeAttachment.std.ts';
|
||||
|
||||
import { shouldUseFullSizeLinkPreviewImage } from '../../linkPreviews/shouldUseFullSizeLinkPreviewImage.std.js';
|
||||
import { shouldUseFullSizeLinkPreviewImage } from '../../linkPreviews/shouldUseFullSizeLinkPreviewImage.std.ts';
|
||||
|
||||
describe('shouldUseFullSizeLinkPreviewImage', () => {
|
||||
const baseLinkPreview = {
|
||||
|
||||
Reference in New Issue
Block a user