mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 02:48:23 +01:00
Bundle everything with rolldown
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
import { assert } from 'chai';
|
||||
import * as sinon from 'sinon';
|
||||
import lodash from 'lodash';
|
||||
import { sleep } from '../../util/sleep.std.js';
|
||||
import { sleep } from '../../util/sleep.std.ts';
|
||||
|
||||
import { constantTimeEqual } from '../../Crypto.node.js';
|
||||
import { OurProfileKeyService } from '../../services/ourProfileKey.std.js';
|
||||
import { constantTimeEqual } from '../../Crypto.node.ts';
|
||||
import { OurProfileKeyService } from '../../services/ourProfileKey.std.ts';
|
||||
|
||||
const { noop } = lodash;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user