No longer skip margin_start and margin_end row reverse tests
Summary: These are fixed now! Reviewed By: NickGerleman Differential Revision: D50200030 fbshipit-source-id: ac3e80e33d8c35440e342a10cfd3246161ee9018
This commit is contained in:
committed by
Facebook GitHub Bot
parent
f4337fbb07
commit
3fbd92bc3b
@@ -540,7 +540,7 @@ test('flex_direction_row_reverse_margin_left', () => {
|
||||
config.free();
|
||||
}
|
||||
});
|
||||
test.skip('flex_direction_row_reverse_margin_start', () => {
|
||||
test('flex_direction_row_reverse_margin_start', () => {
|
||||
const config = Yoga.Config.create();
|
||||
let root;
|
||||
|
||||
@@ -690,7 +690,7 @@ test('flex_direction_row_reverse_margin_right', () => {
|
||||
config.free();
|
||||
}
|
||||
});
|
||||
test.skip('flex_direction_row_reverse_margin_end', () => {
|
||||
test('flex_direction_row_reverse_margin_end', () => {
|
||||
const config = Yoga.Config.create();
|
||||
let root;
|
||||
|
||||
|
Reference in New Issue
Block a user