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
Due to the nature of how the emberApp helper sets up a test, and how blueprints are discovered, it's not currently possible to use blueprint test helpers inside a regular ember-cli app (the blueprint isn't able to be discovered in the temp project).
We should determine if adding support is desired or necessary, or if simply stating that it only works inside addons is okay.
The text was updated successfully, but these errors were encountered:
this seems like a rare edge case to me. if it's possible to support this without adding much more complexity to the project we should do it, but if it means that we have to double the complexity I wouldn't think it's worth it.
The node tests for the blueprints make use of ember-cli-blueprint-test-helpers.
Unfortunatly, this addon requires the tests to be in the same package as the blueprint files.
For more information see: ember-cli/ember-cli-blueprint-test-helpers#56
Due to the nature of how the emberApp helper sets up a test, and how blueprints are discovered, it's not currently possible to use blueprint test helpers inside a regular ember-cli app (the blueprint isn't able to be discovered in the temp project).
We should determine if adding support is desired or necessary, or if simply stating that it only works inside addons is okay.
The text was updated successfully, but these errors were encountered: