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 Jan 11, 2023. It is now read-only.
The
jestunit tests fail when run in node 7.7 with the error that the globalL10Nis not available.Reproduce
I like using nvm so that i can install a version
nvm install 7.7and then testIssue
We setup
global.L10Nhere. It's possible this has to do with how Jest uses VM contexts.