You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TL;DR the blueprint test helper does not have a way for us to configure the app environment and so both ember-data and the specific package (such as @ember-data/model) will be top-level dependencies. The blueprint re-export from ember-data is winning out and does not work in this configuration environment. We need to improve both ember-cli-bluepriint-test-helpers and ember-cli to enable the environment to be configured to either ensure the correct blueprint is used or remove ember-data from it.
We skipped them here: #6241
TL;DR the blueprint test helper does not have a way for us to configure the app environment and so both
ember-data
and the specific package (such as@ember-data/model
) will be top-level dependencies. The blueprint re-export fromember-data
is winning out and does not work in this configuration environment. We need to improve both ember-cli-bluepriint-test-helpers and ember-cli to enable the environment to be configured to either ensure the correct blueprint is used or removeember-data
from it.cc @Turbo87 @rwjblue for CLI needs.
The text was updated successfully, but these errors were encountered: