mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-27 11:53:23 +01:00
Enforce node: schema for builtins, import extensions
This commit is contained in:
@@ -9,7 +9,7 @@ import type {
|
||||
SendAction,
|
||||
SendState,
|
||||
SendStateByConversationId,
|
||||
} from '../../messages/MessageSendState';
|
||||
} from '../../messages/MessageSendState.js';
|
||||
import {
|
||||
SendActionType,
|
||||
SendStatus,
|
||||
@@ -24,7 +24,7 @@ import {
|
||||
sendStateReducer,
|
||||
someRecipientSendStatus,
|
||||
someSendStatus,
|
||||
} from '../../messages/MessageSendState';
|
||||
} from '../../messages/MessageSendState.js';
|
||||
|
||||
describe('message send state utilities', () => {
|
||||
describe('maxStatus', () => {
|
||||
|
||||
Reference in New Issue
Block a user