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

Use cwd from testem if configured else use default value #8347

Closed
wants to merge 1 commit into from

Conversation

arthirm
Copy link

@arthirm arthirm commented Jan 8, 2019

If cwd is configured in testem.js file it should use it, else outputPath should be used as cwd.

@stefanpenner
Copy link
Contributor

Will review

Copy link
Member

@rwjblue rwjblue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you explain why we need this change? It seems to directly reverse the prior position (that cwd would always be set to the outputPath), but doesn't really seem to offer reasoning...

Specifically, why would someone configure cwd in testem.js? Why would that override ember-cli's default cwd (the output path)?

@arthirm
Copy link
Author

arthirm commented Jan 9, 2019

There was a confusion because of internal monkey patching. This change is not needed. Am closing this PR.

@arthirm arthirm closed this Jan 9, 2019
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

Successfully merging this pull request may close these issues.

None yet

3 participants