Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I18N changes prevent karma testing #25

Open
jsachs opened this issue Feb 1, 2016 · 1 comment
Open

I18N changes prevent karma testing #25

jsachs opened this issue Feb 1, 2016 · 1 comment

Comments

@jsachs
Copy link
Contributor

jsachs commented Feb 1, 2016

Any time I attempt to run Karma, I get the error thrown from greyscale-i18n.js, which is Expected global I18N object!. Because of how the I18N info is injected at the top of the file, this will not work with karma tests. Can you please either reconfigure the source file to allow client testing, or create the scaffolding for client tests in a way that does not throw errors?

Feel free to refer to my js-client-test-framework branch for reference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@jsachs and others