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

Generated test(s) referencing destroyApp fail out of the box using Beta #16180

Closed
clekstro opened this issue Jan 27, 2018 · 1 comment
Closed
Labels

Comments

@clekstro
Copy link

Several of the test blueprints have already been updated in #15933 in order to support the new testing API approved in RFC 232.

Within a new beta app (3.0.0-beta.4) and generating an instance-initializer using the blueprint merged in #15945, the tests fail out of the box due to the destroyApp helper not being present within the newly generated app:

Error: Could not find module `<app_name>/tests/helpers/destroy-app` 
imported from `<app_name>/tests/unit/instance-initializers/foo-test.js`

Is this helper supposed to be part of a new app, or are the blueprints incorrect?

@rwjblue
Copy link
Member

rwjblue commented Jan 27, 2018

We need to update the blueprint.

Thanks for reporting!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants