-
Notifications
You must be signed in to change notification settings - Fork 779
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
inapplicable results aren't returned #473
Comments
@WilcoFiers do you happen to know if anyone is working on this? I'd love to roll this into Lighthouse to improve the accuracy of our scores. |
@robdodson I don't think so. You're welcome to it if you've got the time. If you get it done by the end of next week we can release it as part of 2.6.0. Otherwise it might have to wait until 3.0 in February. |
ok i'll take a shot at it. I may be bugging you and marcy on Slack a bit 😸 |
* fix: Return inapplicable results (#473). * fix: Tweak aggregateRule to always return inapplicable if nodes are empty. Add test. * fix: Remove .only * fix: Rename aggregateRule() to aggregateNodeResults()
* fix: Return inapplicable results (#473). * fix: Tweak aggregateRule to always return inapplicable if nodes are empty. Add test. * fix: Remove .only * fix: Rename aggregateRule() to aggregateNodeResults()
Rob's awesome fix got merged, so I believe we can close the issue. Please let us know if we need to reopen. |
In the result, the inapplicable array is always empty.
The text was updated successfully, but these errors were encountered: