-
Notifications
You must be signed in to change notification settings - Fork 602
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
Fix tests #2294
Fix tests #2294
Conversation
b586788
to
6ecdfe8
Compare
bec2878
to
933b996
Compare
6db3ee2
to
91241fe
Compare
|
||
module.exports = { | ||
framework: 'mocha', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this not needed anymore?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is what ember init
generates but it seems fine since the testem docs say:
framework - the test framework that you are using, in the browser, in the case that you are not also using the test_page option.
This fixes CI by:
ember init
on all packages so that the project files are up to date with the latest blueprints in ember-cli and use the latest dependencies for the ember and ember-cli versions we're using