diff --git a/jest.config.js b/jest.config.js index c93726a56..36fa1cce8 100644 --- a/jest.config.js +++ b/jest.config.js @@ -2,4 +2,11 @@ module.exports = { transform: { "^.+\\.(t|j)sx?$": ["@swc/jest"], }, + globals: { + chrome: { + i18n: { + getMessage: (key) => key, + }, + }, + }, }