diff --git a/Examples/UIExplorer/UIExplorerIntegrationTests/js/AppEventsTest.js b/Examples/UIExplorer/UIExplorerIntegrationTests/js/AppEventsTest.js index bf7931b5a4..95370771b5 100644 --- a/Examples/UIExplorer/UIExplorerIntegrationTests/js/AppEventsTest.js +++ b/Examples/UIExplorer/UIExplorerIntegrationTests/js/AppEventsTest.js @@ -19,7 +19,7 @@ var { Text, View, } = React; -var TestModule = NativeModules.TestModule || NativeModules.SnapshotTestManager; +var TestModule = NativeModules.TestModule; var deepDiffer = require('deepDiffer'); diff --git a/Examples/UIExplorer/UIExplorerIntegrationTests/js/LayoutEventsTest.js b/Examples/UIExplorer/UIExplorerIntegrationTests/js/LayoutEventsTest.js index 0333baf6ce..9149eab4e3 100644 --- a/Examples/UIExplorer/UIExplorerIntegrationTests/js/LayoutEventsTest.js +++ b/Examples/UIExplorer/UIExplorerIntegrationTests/js/LayoutEventsTest.js @@ -20,7 +20,7 @@ var { Text, View, } = React; -var TestModule = NativeModules.TestModule || NativeModules.SnapshotTestManager; +var TestModule = NativeModules.TestModule; var deepDiffer = require('deepDiffer');