You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 4, 2024. It is now read-only.
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.
26
+
27
+
if you've already setup vue-jest, You can change it as follows:
28
+
29
+
```diff
30
+
{
31
+
"jest": {
32
+
// ...
33
+
"transform": {
34
+
- "^.+\\.vue$": "vue-jest"
35
+
+ "^.+\\.vue$": "vue-i18n-jest"
36
+
},
37
+
// ....
38
+
}
39
+
```
40
+
41
+
42
+
## :scroll: Changelog
43
+
Details changes for each release are documented in the [CHANGELOG.md](https://github.com/kazupon/vue-i18n-jest/blob/master/CHANGELOG.md).
44
+
45
+
46
+
## :exclamation: Issues
47
+
Please make sure to read the [Issue Reporting Checklist](https://github.com/kazupon/vue-i18n-jest/blob/master/.github/CONTRIBUTING.md#issue-reporting-guidelines) before opening an issue. Issues not conforming to the guidelines may be closed immediately.
48
+
49
+
## :white_check_mark: TODO
50
+
Managed with [GitHub Projects](https://github.com/kazupon/vue-i18n-jest/issues?q=is%3Aissue+is%3Aopen+label%3ATODO)
0 commit comments