mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 19:08:04 +01:00
Enforce node: schema for builtins, import extensions
This commit is contained in:
@@ -10,9 +10,9 @@ import {
|
||||
HangupType,
|
||||
OpaqueMessage,
|
||||
} from '@signalapp/ringrtc';
|
||||
import { SignalService as Proto } from '../../protobuf';
|
||||
import { SignalService as Proto } from '../../protobuf/index.js';
|
||||
|
||||
import { callingMessageToProto } from '../../util/callingMessageToProto';
|
||||
import { callingMessageToProto } from '../../util/callingMessageToProto.js';
|
||||
|
||||
describe('callingMessageToProto', () => {
|
||||
// NOTE: These tests are incomplete.
|
||||
|
||||
Reference in New Issue
Block a user