mirror of
https://github.com/status-im/react-native.git
synced 2025-02-24 15:18:10 +00:00
Rename files to match @providesModule annotations
Reviewed By: davidaurelio Differential Revision: D4507911 fbshipit-source-id: b8c9b77d7d9a2d8b2ae80d85d116f456766acba0
This commit is contained in:
parent
54d3e83bbf
commit
57daad98f0
@ -144,7 +144,7 @@ static ControlBlock propertiesUpdateBlock()
|
||||
|
||||
#pragma mark Logic Tests
|
||||
|
||||
// This list should be kept in sync with RCTRootViewIntegrationTestApp.js
|
||||
// This list should be kept in sync with RCTRootViewIntegrationTestsApp.js
|
||||
|
||||
// Simple size flexibility tests - test if the content is measured properly
|
||||
RCT_TEST_DATA_CONFIGURATION_BLOCK(SizeFlexibilityUpdateTest, SingleUpdate, none, simpleSizeFlexibilityBlock(RCTNone));
|
||||
|
@ -6,7 +6,7 @@
|
||||
* LICENSE file in the root directory of this source tree. An additional grant
|
||||
* of patent rights can be found in the PATENTS file in the same directory.
|
||||
*
|
||||
* @providesModule RCTRootViewIntegrationTestsApp
|
||||
* @providesModule RCTRootViewIntegrationTestApp
|
||||
*/
|
||||
'use strict';
|
||||
|
||||
@ -35,7 +35,7 @@ TESTS.forEach(
|
||||
(test) => AppRegistry.registerComponent(test.displayName, () => test)
|
||||
);
|
||||
|
||||
class RCTRootViewIntegrationTestsApp extends React.Component {
|
||||
class RCTRootViewIntegrationTestApp extends React.Component {
|
||||
state = {
|
||||
test: null,
|
||||
};
|
||||
@ -91,4 +91,4 @@ var styles = StyleSheet.create({
|
||||
},
|
||||
});
|
||||
|
||||
AppRegistry.registerComponent('RCTRootViewIntegrationTestsApp', () => RCTRootViewIntegrationTestsApp);
|
||||
AppRegistry.registerComponent('RCTRootViewIntegrationTestApp', () => RCTRootViewIntegrationTestApp);
|
||||
|
Loading…
x
Reference in New Issue
Block a user