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

ember test --path does not set EMBER_ENV #8922

Open
chancancode opened this issue Nov 12, 2019 · 0 comments
Open

ember test --path does not set EMBER_ENV #8922

chancancode opened this issue Nov 12, 2019 · 0 comments

Comments

@chancancode
Copy link
Contributor

While working on emberjs/ember-inspector#1069, @rwjblue noticed that ember test --path ... does not set EMBER_ENV to test.

This means addons that relies on this will behave incorrectly. One example is the testem middleware.

This is only a problem for --path because it does not run a build, which usually sets the variable here.

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

1 participant