Skip to content

Commit

Permalink
Revert (no longer necessary) change to ReactNative test
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn committed Jul 7, 2020
1 parent 2631117 commit 0cad81a
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,8 @@ describe('createReactNativeComponentClass', () => {

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

ReactNative.render(
<View>
<Text />
</View>,
1,
);
ReactNative.render(<Text />, 1);
ReactNative.render(<View />, 1);
});

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

0 comments on commit 0cad81a

Please sign in to comment.