(func: jest.Mock)
| 351 | }); |
| 352 | |
| 353 | const getMessageEventFrom = (func: jest.Mock) => |
| 354 | func.mock.calls[0][firstArg][envelopeItems][0][envelopeItemPayload]; |
| 355 | |
| 356 | test('captureMessage contains stack trace in exception', async () => { |
| 357 | client = new ReactNativeClient({ |