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

core(image-aspect-ratio): pass audit when no images are missized #3552

Merged
merged 2 commits into from
Oct 13, 2017

Conversation

brendankenny
Copy link
Member

also add smoke test for audit

fixes #3551

@@ -36,13 +36,13 @@ module.exports = [
extendedInfo: {
value: {
results: {
length: 14,
length: 15,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

additional request for image in page

@@ -185,6 +185,20 @@ module.exports = [
},
},
},
'image-aspect-ratio': {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dbw seemed like the best place for this since it's already running all of Best Practices, but happy to move

Copy link
Collaborator

@patrickhulce patrickhulce left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for fixing!

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

Successfully merging this pull request may close these issues.

Audit - aspect ratio is always throwing an error
2 participants