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

Remove ember-source from devDependencies. #248

Merged

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Oct 31, 2019

We were using it primarily to test that our FastBootHeaders.prototype.unknownProperty method functioned properly. This refactors things to use a simulated Ember.get to allow the same test scenario to succeeed, but avoid having to depend on Ember itself.

Note: this does not remove any "real" testing of various Ember versions, most of our tests are using fixtures with a fully compiled ember-cli applications.

Closes #217

We were using it primarily to test that our
`FastBootHeaders.prototype.unknownProperty` method functioned
properly. This refactors things to use a simulated `Ember.get` to allow
the same test scenario to succeeed, but avoid having to depend on Ember
itself.

Note: this does not remove any "real" testing of various Ember versions,
most of our tests are using fixtures with a fully compiled ember-cli
applications.
@rwjblue rwjblue merged commit 4e03960 into ember-fastboot:master Oct 31, 2019
@rwjblue rwjblue deleted the remove-explicit-ember-dependency branch October 31, 2019 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant