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 type { LocalizerType } from '../../types/Util.js';
import { setupI18n } from '../../util/setupI18n.js';
import * as enMessages from '../../../_locales/en/messages.json';
import { enMessages } from '../util/i18n.js';
describe('setupI18n', () => {
let i18n: LocalizerType;