Update tests to expect align-items: stretch as default instead of flex-start #13
Reference in New Issue
Block a user
No description provided.
Delete Branch "default_stretch"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'm submitting this for review: it does not update the JS tests so it probably shouldn't go in. I just updated the tests that were failing when I changed the defaults based on reading http://css-tricks.com/snippets/css/a-guide-to-flexbox/ for expected behavior. I'm pretty sure I got the expected behavior right but I want to make sure we're not reducing test coverage by making these changes. I'm not sure how you all decided what tests to put in in the first place so I'd like to get your thoughts.
Re: JS tests, I'm really not sure what's going on there. Making this change causes 50 tests to fail:

The README says specifically that
align-items: flex-start;
was chosen to be the default here…Ah, that should be updated then. I chatted with Christopher and apparently there have been issues that have made them change their minds. Christopher, want to chime in?
Handled in #14
Pull request closed