Update tests to expect align-items: stretch as default instead of flex-start #13

Closed
astreet wants to merge 1 commits from default_stretch into master
astreet commented 2014-10-07 22:34:25 -07:00 (Migrated from github.com)

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:
screen shot 2014-10-07 at 5 11 34 pm

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: ![screen shot 2014-10-07 at 5 11 34 pm](https://cloud.githubusercontent.com/assets/594924/4554358/d5a38d5e-4eac-11e4-96ae-8275b03f472f.png)
sophiebits commented 2014-10-07 22:54:53 -07:00 (Migrated from github.com)

The README says specifically that align-items: flex-start; was chosen to be the default here…

The README says specifically that `align-items: flex-start;` was chosen to be the default here…
astreet commented 2014-10-07 23:20:49 -07:00 (Migrated from github.com)

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?

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?
astreet commented 2014-10-08 09:56:17 -07:00 (Migrated from github.com)

Handled in #14

Handled in #14

Pull request closed

Sign in to join this conversation.
No description provided.