mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-26 03:18:17 +01:00
Enforce node: schema for builtins, import extensions
This commit is contained in:
@@ -10,8 +10,8 @@ import {
|
||||
getTimestampOrUndefinedFromLong,
|
||||
getCheckedTimestampFromLong,
|
||||
getCheckedTimestampOrUndefinedFromLong,
|
||||
} from '../../util/timestampLongUtils';
|
||||
import { MAX_SAFE_DATE } from '../../util/timestamp';
|
||||
} from '../../util/timestampLongUtils.js';
|
||||
import { MAX_SAFE_DATE } from '../../util/timestamp.js';
|
||||
|
||||
describe('getSafeLongFromTimestamp', () => {
|
||||
it('returns zero when passed undefined', () => {
|
||||
|
||||
Reference in New Issue
Block a user