mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-26 05:08:06 +00:00
Qualify CJS-only module imports
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user