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 16030a4 commit f0b6a99Copy full SHA for f0b6a99
jest/mockInstabugUtils.js
@@ -4,6 +4,7 @@ jest.mock('../utils/InstabugUtils', () => {
4
captureJsErrors: jest.fn(),
5
setOnReportHandler: jest.fn(),
6
isOnReportHandlerSet: jest.fn(),
7
- getActiveRouteName: jest.fn()
+ getActiveRouteName: jest.fn(),
8
+ getStackTrace: jest.fn(() => 'javascriptStackTrace')
9
}
10
});
0 commit comments