Fix resolution of files for Jest
This commit is contained in:
parent
0e8af15b9c
commit
ffd037dfa8
2 changed files with 16 additions and 2 deletions
10
__mocks__/languages.json
Normal file
10
__mocks__/languages.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"en": {
|
||||
"fileName": "en_EN.json",
|
||||
"label": "English"
|
||||
},
|
||||
"en-us": {
|
||||
"fileName": "en_US.json",
|
||||
"label": "English (US)"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue