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 e0fd17f commit ec23cfaCopy full SHA for ec23cfa
test/modules/Instabug.spec.ts
@@ -781,7 +781,6 @@ describe('Instabug Module', () => {
781
Instabug._registerW3CFlagsChangeListener(callback);
782
783
expect(NativeInstabug.registerW3CFlagsChangeListener).toBeCalledTimes(1);
784
- expect(NativeInstabug.registerW3CFlagsChangeListener).toBeCalledWith(callback);
785
});
786
787
it('should invoke callback on emitting the event IBGOnNewW3CFlagsUpdateReceivedCallback', () => {
0 commit comments