mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-26 11:28:08 +01:00
Qualify CJS-only module imports
This commit is contained in:
@@ -4,11 +4,13 @@
|
||||
|
||||
import { assert } from 'chai';
|
||||
import * as sinon from 'sinon';
|
||||
import { noop } from 'lodash';
|
||||
import lodash from 'lodash';
|
||||
import type { StoredJob } from '../../jobs/types.js';
|
||||
|
||||
import { JobQueueDatabaseStore } from '../../jobs/JobQueueDatabaseStore.js';
|
||||
|
||||
const { noop } = lodash;
|
||||
|
||||
describe('JobQueueDatabaseStore', () => {
|
||||
let fakeDatabase: {
|
||||
getJobsInQueue: sinon.SinonStub;
|
||||
|
||||
Reference in New Issue
Block a user