Hi, I’m in the process of ditching the Cordova Http module and instead using CapacitorHttp. Is there a way to easily mock CapacitorHttp for unit tests? I tried following the documentation in Mocking Plugins | Capacitor Documentation. But as CapacitorHttp is part of the core module, I would have to mock a_lot of other things as well. Or is there a possibility to just create a mock for CapacitorHttp?