Skip to content

Commit 19fbe16

Browse files
committed
test(Flex): add test
1 parent c8e5274 commit 19fbe16

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test-ci/src/__tests__/flex.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ describe('Flex', () => {
9292
);
9393
const component = getByTestId('RNE__Flex__wrap');
9494
const styles = toObject(component.props.style);
95-
console.log(1, styles);
9695
expect(styles.alignItems).toBe(ALIGNS[align]);
9796
});
9897
});

0 commit comments

Comments
 (0)