Remove skips on passing position tests and add errata tests

Summary: Now that the tests are passing let's not skip it anymore. Also adding errata tests to make sure most prod builds are still protected.

Reviewed By: NickGerleman

Differential Revision: D50390993

fbshipit-source-id: cb91a7a377e919eaca24fb25e3d73d3c92eb8931
This commit is contained in:
Joe Vilches
2023-10-18 17:30:18 -07:00
committed by Facebook GitHub Bot
parent b6f85a1c76
commit 7e91004b90
5 changed files with 352 additions and 20 deletions

View File

@@ -1815,7 +1815,7 @@ test('flex_direction_column_reverse_border_bottom', () => {
config.free();
}
});
test.skip('flex_direction_row_reverse_pos_left', () => {
test('flex_direction_row_reverse_pos_left', () => {
const config = Yoga.Config.create();
let root;
@@ -1995,7 +1995,7 @@ test('flex_direction_row_reverse_pos_start', () => {
config.free();
}
});
test.skip('flex_direction_row_reverse_pos_right', () => {
test('flex_direction_row_reverse_pos_right', () => {
const config = Yoga.Config.create();
let root;
@@ -2175,7 +2175,7 @@ test('flex_direction_row_reverse_pos_end', () => {
config.free();
}
});
test.skip('flex_direction_column_reverse_pos_top', () => {
test('flex_direction_column_reverse_pos_top', () => {
const config = Yoga.Config.create();
let root;
@@ -2265,7 +2265,7 @@ test.skip('flex_direction_column_reverse_pos_top', () => {
config.free();
}
});
test.skip('flex_direction_column_reverse_pos_bottom', () => {
test('flex_direction_column_reverse_pos_bottom', () => {
const config = Yoga.Config.create();
let root;