Skip to content

Commit

Permalink
Fix a couple of missing display names in integration test components (#…
Browse files Browse the repository at this point in the history
…29902)

Summary:
IntegtationTestsApp looks for a display name of each component to register it in the AppRegistry, along with show its name in the tests lists. Add the missing display names back to these tests.

## Changelog

<!-- Help reviewers and the release process by writing your own changelog entry. For an example, see:
https://github.com/facebook/react-native/wiki/Changelog
-->

[iOS] [Fixed] - Fix a couple of missing display names in integration test components

Pull Request resolved: #29902

Test Plan: All integration tests now show up in the list.

Reviewed By: TheSavior

Differential Revision: D25998969

Pulled By: appden

fbshipit-source-id: 45e5544c8df60a67615b75d85195f3080a42a0b8
  • Loading branch information
NickGerleman authored and facebook-github-bot committed Jan 21, 2021
1 parent 17aa1e3 commit c66aa8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions IntegrationTests/LayoutEventsTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,5 @@ const styles = StyleSheet.create({
},
});

LayoutEventsTest.displayName = 'LayoutEventsTest';
module.exports = LayoutEventsTest;
1 change: 1 addition & 0 deletions IntegrationTests/TimersTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -267,4 +267,5 @@ const styles = StyleSheet.create({
},
});

TimersTest.displayName = 'TimersTest';
module.exports = TimersTest;

0 comments on commit c66aa8a

Please sign in to comment.