@bluecateng/l10n-jest
v0.3.2
Published
Jest preprocessor for po files
Downloads
1,432
Readme
@bluecateng/l10n-jest
Jest preprocessor for po files.
Installation
npm i -D @bluecateng/l10n-jest
Usage
Add this object to the jest
configuration. If babel-jest
is also required it must be explicitly added to the configuration.
"transform": {
"\\.po$": "@bluecateng/l10n-jest"
}