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 b684b6c commit 8f89da3Copy full SHA for 8f89da3
InstabugSample/__tests__/instabugUtils.spec.js
@@ -61,7 +61,7 @@ describe('Test global error handler', () => {
61
Platform.OS = 'android';
62
Instabug._isOnReportHandlerSet = jest.fn(() => true);
63
const handler = global.ErrorUtils.getGlobalHandler();
64
- IBGEventEmitter.addListener(IBGConstants.SEND_UNHANDLED_CRASH, (actual) => {
+ IBGEventEmitter.addListener(Instabug, IBGConstants.SEND_UNHANDLED_CRASH, (actual) => {
65
const expected = {
66
message: 'TypeError - This is a type error.',
67
os: 'android',
0 commit comments