mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-27 03:43:27 +01:00
Qualify CJS-only module imports
This commit is contained in:
@@ -2,11 +2,13 @@
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
import { ReceiptType } from '@signalapp/mock-server';
|
||||
import { omit } from 'lodash';
|
||||
import lodash from 'lodash';
|
||||
|
||||
import { debug, Bootstrap, MAX_CYCLES } from './fixtures.js';
|
||||
import { type RegressionSample } from '../bootstrap.js';
|
||||
|
||||
const { omit } = lodash;
|
||||
|
||||
const INITIAL_MESSAGE_COUNT = 1000;
|
||||
const FINAL_MESSAGE_COUNT = 5000;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user