diff --git a/jest/setup.js b/jest/setup.js index 1c50bcdc5fb..5b18f88b64b 100644 --- a/jest/setup.js +++ b/jest/setup.js @@ -131,6 +131,7 @@ const mockNativeModules = { SourceCode: { scriptURL: null, }, + StatusBarManager: {}, Timing: { createTimer: jest.fn(), deleteTimer: jest.fn(),