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 Feb 22, 2026. It is now read-only.
parser
options
1) generates one plural key for unknow languages
0 passing (11ms)
1 failing
1) parser
options
generates one plural key for unknow languages:
Uncaught AssertionError: expected { 'test {{count}}_one': '', …(2) } to deeply equal { 'test {{count}}_one': '', …(1) }
+ expected - actual
{
- "test {{count}}_many": ""
"test {{count}}_one": ""
"test {{count}}_other": ""
}
To Reproduce
$ yarn
$ yarn test
Expected behavior
Taking into consideration that I haven't changed anything in the codebase and I'm running it on the master branch, which is supposed to be the production-ready version, the test should run successfully.