jest properties to json loader
npm install jest-properties-loader


> Provide a transform solution to load .properties file as json in jest test
``bash`
yarn add -D jest-properties-loader
add to you jest configuration transform field
```
"transform": {
"^.+\\.properties?$": "jest-properties-loader"
}