-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Update test format, run ember-cli-update #264
Conversation
Remove node-tests, update lint
Travis still doesn't seem to be reporting here, but the build appears to be running here https://travis-ci.org/github/ember-cli/ember-welcome-page/builds/697317347 |
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.
The update looks good to me. I left 1 suggestion for a test import statement. Happy to see the addon use the latest Ember!
Co-authored-by: Isaac Lee <16869656+ijlee2@users.noreply.github.com>
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.
Can you PR this into the updates-for-a11y instead of master branch, please?
@MelSumner I was thinking it's best to have 3 separate commits. This one fixes the build and modernizes, yours will add the a11y stuff, and then I will follow up with a third PR doing the updates for the production stuff. If that's okay with you? |
This updates the test format to the new testing style, runs ember-cli-update, removes jQuery, enables Octane, etc.
I also removed
node-tests
as it did not seem to be used. Please correct me if I am wrong there.