{"library":"vue-i18n-jest","install":[{"cmd":"npm install vue-i18n-jest","imports":["// jest.config.js\nmodule.exports = {\n  // ... other Jest configurations\n  globals: {\n    'vue-jest': {\n      transform: {\n        'i18n': 'vue-i18n-jest' // This line enables the transformer for i18n blocks\n      }\n    }\n  }\n};","// jest.config.js\nmodule.exports = {\n  transform: {\n    '^.+\\.(i18n|json5)$': 'vue-i18n-jest' // Example: directly mapping i18n custom blocks if extracted to separate files\n  }\n};"]},{"cmd":"yarn add vue-i18n-jest","imports":[]},{"cmd":"pnpm add vue-i18n-jest","imports":[]}]}