-
Notifications
You must be signed in to change notification settings - Fork 12k
fix(test): removed favicon, was breaking re-init unit test #79
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
Conversation
Thanks for the PR. This should fix #75 |
This is also fixed in PR #80 |
@IgorMinar is it safe to just remove the |
we should keep the favicon because otherwise everyone we'll see annoying http 404 errors in devtools. let's fix the tests |
@IgorMinar by fixing the tests, I believe this will be a fix in the ember-cli repo. I have to trace back through but I believe it is choking when trying to do a file compare of the binary files. The test that is failing is when it is attempting to re-init. |
so how about we merge this in to make the build green again, file a separate issue in this repo to readd the favicon and fix the actual issue in ember-cli? once the issue is fixed there we can readd the icon back. |
@IgorMinar good one. |
@IgorMinar I think that's a good compromise for now. There is a related issue already created for the ember-cli (ember-cli/ember-cli#4876) |
Could we delete the icon in from our test just before reinit?
|
a799255
to
ff237fb
Compare
@IgorMinar good call on "deleting", I was able to utilize the Blueprint.ignoredFiles array to ignore the favicon file for the unit test. Branch is updated with that change. |
Nice! I think that now we are good to merge it and have the ci green. |
Can you add a comment there explaining what we are doing with the favicon? Otherwise lgtm
|
Added the comment as @IgorMinar requested and landed as 87bfa14. Thanks for the PR, @Brocco! |
@cironunes glad to assist |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
fixes #75
Apparently the binary nature of the favicon.ico file was causing an issue when templates were being processed.