mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-27 11:53:23 +01:00
Qualify CJS-only module imports
This commit is contained in:
@@ -3,12 +3,14 @@
|
||||
|
||||
import { assert } from 'chai';
|
||||
import * as sinon from 'sinon';
|
||||
import { noop } from 'lodash';
|
||||
import lodash from 'lodash';
|
||||
import { sleep } from '../../util/sleep.js';
|
||||
|
||||
import { constantTimeEqual } from '../../Crypto.js';
|
||||
import { OurProfileKeyService } from '../../services/ourProfileKey.js';
|
||||
|
||||
const { noop } = lodash;
|
||||
|
||||
describe('"our profile key" service', () => {
|
||||
const createFakeStorage = () => ({
|
||||
get: sinon.stub(),
|
||||
|
||||
Reference in New Issue
Block a user