Qualify CJS-only module imports

This commit is contained in:
Fedor Indutny
2025-09-19 13:05:51 -07:00
committed by GitHub
parent 140241b83f
commit 40eaf078cc
401 changed files with 1278 additions and 593 deletions

View File

@@ -4,7 +4,7 @@
import { assert } from 'chai';
import * as sinon from 'sinon';
import { omit } from 'lodash';
import lodash from 'lodash';
import { normalizeAci } from '../util/normalizeAci.js';
import type { ConfigKeyType, ConfigListenerType } from '../RemoteConfig.js';
import {
@@ -17,6 +17,8 @@ import {
} from '../RemoteConfig.js';
import { updateRemoteConfig } from '../test-helpers/RemoteConfigStub.js';
const { omit } = lodash;
describe('RemoteConfig', () => {
const aci = normalizeAci('95b9729c-51ea-4ddb-b516-652befe78062', 'test');