strech -> stretch
Summary: This replicates https://github.com/facebook/yoga/pull/760, to fix a typo around align-items. It does not have an effect on the tests themselves, since align-items defaults to stretch, and the test generator omits CSS properties of a default value. Reviewed By: yungsters Differential Revision: D40060324 fbshipit-source-id: da0565f2ad17e3e4e0f541a1c7006cdeeb991ece
This commit is contained in:
committed by
Facebook GitHub Bot
parent
7a6f667bf1
commit
585df10ee8
@@ -1951,7 +1951,7 @@ it("align_center_should_size_based_on_content", function () {
|
||||
config.free();
|
||||
}
|
||||
});
|
||||
it("align_strech_should_size_based_on_parent", function () {
|
||||
it("align_stretch_should_size_based_on_parent", function () {
|
||||
var config = Yoga.Config.create();
|
||||
|
||||
try {
|
||||
|
@@ -1298,7 +1298,7 @@ it("margin_auto_right", function () {
|
||||
config.free();
|
||||
}
|
||||
});
|
||||
it("margin_auto_left_and_right_strech", function () {
|
||||
it("margin_auto_left_and_right_stretch", function () {
|
||||
var config = Yoga.Config.create();
|
||||
|
||||
try {
|
||||
@@ -1359,7 +1359,7 @@ it("margin_auto_left_and_right_strech", function () {
|
||||
config.free();
|
||||
}
|
||||
});
|
||||
it("margin_auto_top_and_bottom_strech", function () {
|
||||
it("margin_auto_top_and_bottom_stretch", function () {
|
||||
var config = Yoga.Config.create();
|
||||
|
||||
try {
|
||||
|
Reference in New Issue
Block a user