We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c66718e commit b1961afCopy full SHA for b1961af
1 file changed
tests/ui/TimeExpenseConfirmationTest.tsx
@@ -85,6 +85,7 @@ jest.mock('@libs/Navigation/Navigation', () => {
85
goBack: jest.fn(),
86
dismissModal: jest.fn(),
87
dismissModalWithReport: jest.fn(),
88
+ getActiveRoute: jest.fn(() => ''),
89
getIsFullscreenPreInsertedUnderRHP: jest.fn(() => false),
90
getPreInsertedFullscreenRouteName: jest.fn(() => undefined),
91
clearFullscreenPreInsertedFlag: jest.fn(),
0 commit comments