Revamp tests for row reverse + padding after fix
Summary: no longer skip passing tests + add errata tests Reviewed By: NickGerleman Differential Revision: D50282417 fbshipit-source-id: 515600111c1ad7b15e40cfe5a3894e40c241c559
This commit is contained in:
committed by
Facebook GitHub Bot
parent
7502595bef
commit
2e2c124c28
@@ -990,7 +990,7 @@ test('flex_direction_row_reverse_padding_left', () => {
|
||||
config.free();
|
||||
}
|
||||
});
|
||||
test.skip('flex_direction_row_reverse_padding_start', () => {
|
||||
test('flex_direction_row_reverse_padding_start', () => {
|
||||
const config = Yoga.Config.create();
|
||||
let root;
|
||||
|
||||
@@ -1140,7 +1140,7 @@ test('flex_direction_row_reverse_padding_right', () => {
|
||||
config.free();
|
||||
}
|
||||
});
|
||||
test.skip('flex_direction_row_reverse_padding_end', () => {
|
||||
test('flex_direction_row_reverse_padding_end', () => {
|
||||
const config = Yoga.Config.create();
|
||||
let root;
|
||||
|
||||
|
Reference in New Issue
Block a user