diff --git a/packages/react-native/Libraries/LogBox/UI/__tests__/LogBoxInspector-test.js b/packages/react-native/Libraries/LogBox/UI/__tests__/LogBoxInspector-test.js index 8fd4a46ec8f..e4ccb2d8f56 100644 --- a/packages/react-native/Libraries/LogBox/UI/__tests__/LogBoxInspector-test.js +++ b/packages/react-native/Libraries/LogBox/UI/__tests__/LogBoxInspector-test.js @@ -30,6 +30,11 @@ jest.mock('../LogBoxInspectorHeader', () => ({ __esModule: true, default: 'LogBoxInspectorHeader', })); +jest.mock('../../Data/LogBoxData', () => ({ + __esModule: true, + symbolicateLogLazy: () => {}, + symbolicateLogNow: () => {}, +})); const logs = [ new LogBoxLog({ diff --git a/packages/react-native/Libraries/LogBox/UI/__tests__/__snapshots__/LogBoxInspector-test.js.snap b/packages/react-native/Libraries/LogBox/UI/__tests__/__snapshots__/LogBoxInspector-test.js.snap index f55f910b19e..34f1094a348 100644 --- a/packages/react-native/Libraries/LogBox/UI/__tests__/__snapshots__/LogBoxInspector-test.js.snap +++ b/packages/react-native/Libraries/LogBox/UI/__tests__/__snapshots__/LogBoxInspector-test.js.snap @@ -35,7 +35,7 @@ exports[`LogBoxContainer should render fatal with selectedIndex 2 1`] = ` "symbolicated": Object { "error": null, "stack": null, - "status": "PENDING", + "status": "NONE", }, "symbolicatedComponentStack": Object { "componentStack": null,