The jest unit tests fail when run in node 7.7 with the error that the global L10N is not available.
Reproduce
I like using nvm so that i can install a version nvm install 7.7 and then test
Issue
We setup global.L10N here. It's possible this has to do with how Jest uses VM contexts.

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.