mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-01 22:01:49 +01:00
Bundle everything with rolldown
This commit is contained in:
@@ -7,8 +7,8 @@ import {
|
||||
actions,
|
||||
getEmptyState,
|
||||
reducer,
|
||||
} from '../../../state/ducks/linkPreviews.preload.js';
|
||||
import type { LinkPreviewForUIType } from '../../../types/message/LinkPreviews.std.js';
|
||||
} from '../../../state/ducks/linkPreviews.preload.ts';
|
||||
import type { LinkPreviewForUIType } from '../../../types/message/LinkPreviews.std.ts';
|
||||
|
||||
describe('both/state/ducks/linkPreviews', () => {
|
||||
function getMockLinkPreview(): LinkPreviewForUIType {
|
||||
|
||||
Reference in New Issue
Block a user