[ReactNative] Explictly set displayName on tests

Summary:
@public

For some weird reason sometimes displayName is undefined on the OSS tests, manually
set it for now to unbreak the tests.

Test Plan: Run the tests on OSS
This commit is contained in:
Tadeu Zagallo
2015-06-23 19:12:51 -07:00
parent b58578e935
commit 3bb303e81a
7 changed files with 14 additions and 0 deletions

View File

@@ -53,6 +53,8 @@ var AppEventsTest = React.createClass({
}
});
AppEventsTest.displayName = 'AppEventsTest';
var styles = StyleSheet.create({
container: {
margin: 40,