[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

@@ -47,4 +47,6 @@ var PromiseTest = React.createClass({
});
PromiseTest.displayName = 'PromiseTest';
module.exports = PromiseTest;