0.3.0 • Published 4 years ago
@bluecateng/l10n-jest v0.3.0
@bluecateng/l10n-jest
Jest preprocessor for po files.
Installation
npm i -D @bluecateng/l10n-jestUsage
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"
}