Skip to content

Remove ember-source from devDependencies.#248

Merged
rwjblue merged 1 commit intoember-fastboot:masterfrom
rwjblue:remove-explicit-ember-dependency
Oct 31, 2019
Merged

Remove ember-source from devDependencies.#248
rwjblue merged 1 commit intoember-fastboot:masterfrom
rwjblue:remove-explicit-ember-dependency

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.

1 participant