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

Ensure all addon hooks are executed in addon test harness. #2195

Merged

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Oct 5, 2014

Previously, when using the tests/dummy/ app in an addon project, the only hooks that were called were build related (because we only added the addon project to the addons list in the Brocfile.js).

Now, we always add the addon project. This allows testing commands, blueprints, middleware hooks, etc.

Closes #2188.

Previously, when using the `tests/dummy/` app in an addon project, the
only hooks that were called were build related (because we only added
the addon project to the `addons` list in the `Brocfile.js`).

Now, we always add the addon project. This allows testing commands,
blueprints, middleware hooks, etc.
@rwjblue rwjblue force-pushed the addon-hooks-in-addon-project-dummy branch from 1025f63 to 40c143e Compare October 5, 2014 02:06
@bcardarella
Copy link
Contributor

👍

rwjblue added a commit that referenced this pull request Oct 5, 2014
Ensure all addon hooks are executed in addon test harness.
@rwjblue rwjblue merged commit 49e998c into ember-cli:master Oct 5, 2014
@rwjblue rwjblue deleted the addon-hooks-in-addon-project-dummy branch October 5, 2014 02:13
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.

when serving within an addon repo, serverMiddleware isn't called
5 participants