We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8e5274 commit 19fbe16Copy full SHA for 19fbe16
test-ci/src/__tests__/flex.tsx
@@ -92,7 +92,6 @@ describe('Flex', () => {
92
);
93
const component = getByTestId('RNE__Flex__wrap');
94
const styles = toObject(component.props.style);
95
- console.log(1, styles);
96
expect(styles.alignItems).toBe(ALIGNS[align]);
97
});
98
0 commit comments