mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-21 08:58:19 +01:00
Bundle everything with rolldown
This commit is contained in:
@@ -9,11 +9,11 @@ import {
|
||||
getTimestampOrUndefinedFromLong,
|
||||
getCheckedTimestampFromLong,
|
||||
getCheckedTimestampOrUndefinedFromLong,
|
||||
} from '../../util/timestampLongUtils.std.js';
|
||||
import { MAX_SAFE_DATE } from '../../util/timestamp.std.js';
|
||||
import { MAX_VALUE } from '../../util/long.std.js';
|
||||
} from '../../util/timestampLongUtils.std.ts';
|
||||
import { MAX_SAFE_DATE } from '../../util/timestamp.std.ts';
|
||||
import { MAX_VALUE } from '../../util/long.std.ts';
|
||||
|
||||
import { toNumber } from '../../util/toNumber.std.js';
|
||||
import { toNumber } from '../../util/toNumber.std.ts';
|
||||
|
||||
describe('getSafeLongFromTimestamp', () => {
|
||||
it('returns zero when passed undefined', () => {
|
||||
|
||||
Reference in New Issue
Block a user