Skip to content

Commit 0cad81a

Browse files
author
Brian Vaughn
committed
Revert (no longer necessary) change to ReactNative test
1 parent 2631117 commit 0cad81a

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

packages/react-native-renderer/src/__tests__/createReactNativeComponentClass-test.internal.js

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,8 @@ describe('createReactNativeComponentClass', () => {
4545

4646
expect(Text).not.toBe(View);
4747

48-
ReactNative.render(
49-
<View>
50-
<Text />
51-
</View>,
52-
1,
53-
);
48+
ReactNative.render(<Text />, 1);
49+
ReactNative.render(<View />, 1);
5450
});
5551

5652
it('should not allow viewConfigs with duplicate uiViewClassNames to be registered', () => {

0 commit comments

Comments
 (0)