mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 15:45:39 +01:00
Bundle everything with rolldown
This commit is contained in:
@@ -10,9 +10,9 @@ import {
|
||||
HangupType,
|
||||
OpaqueMessage,
|
||||
} from '@signalapp/ringrtc';
|
||||
import { SignalService as Proto } from '../../protobuf/index.std.js';
|
||||
import { SignalService as Proto } from '../../protobuf/index.std.ts';
|
||||
|
||||
import { callingMessageToProto } from '../../util/callingMessageToProto.node.js';
|
||||
import { callingMessageToProto } from '../../util/callingMessageToProto.node.ts';
|
||||
|
||||
describe('callingMessageToProto', () => {
|
||||
// NOTE: These tests are incomplete.
|
||||
|
||||
Reference in New Issue
Block a user