[src/__tests__/Layout-test.js]: Added 16 test cases for each alignContent / alignItems combination - also includes alignSelf testing within the test data ;

This commit is contained in:
Pierre Renaux
2015-05-08 14:52:11 +08:00
parent f4226d3ff5
commit 68d029e460
3 changed files with 80 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ var computeLayout = (function() {
var CSS_ALIGN_FLEX_START = 'flex-start';
var CSS_ALIGN_CENTER = 'center';
// var CSS_ALIGN_FLEX_END = 'flex-end';
var CSS_ALIGN_FLEX_END = 'flex-end';
var CSS_ALIGN_STRETCH = 'stretch';
var CSS_POSITION_RELATIVE = 'relative';