1.1.1 • Published 3 years ago

vue-i18n-jest v1.1.1

Weekly downloads
11,808
License
MIT
Repository
github
Last release
3 years ago

:globe_with_meridians: vue-i18n-jest

Test npm codecov

vue-jest transformer for i18n custom blocks

:warning: NOTE: This transformer is for vue-jest@v4

:cd: Installation

npm

npm install --save-dev vue-i18n-jest

yarn

yarn add -D vue-i18n-jest

:rocket: Usages

To define vue-i18n-jest as a transformer for your .vue files that have i18n custom blocks, map them to the vue-i18n-jest module.

if you've already setup vue-jest, You can change it as follows:

module.exports = {
  globals: {
    'vue-jest': {
      transform: {
        'i18n': 'vue-i18n-jest'
      }
    }
  }
}

:scroll: Changelog

Details changes for each release are documented in the CHANGELOG.md.

:exclamation: Issues

Please make sure to read the Issue Reporting Checklist before opening an issue. Issues not conforming to the guidelines may be closed immediately.

:white_check_mark: TODO

Managed with GitHub Projects

:copyright: License

MIT

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago