Sam Blausten
Results
4
comments of
Sam Blausten
@NishkarshRaj would this help your use case? https://github.com/backstage/backstage/pull/16660
I get this also trying to mock AxiosInstant like so ``` const axiosInstance = axios.create(); const mockAxios = stubObject(axiosInstance); ```
Thanks for this great issue @rmartine-ias - we found another workaround that seems to work well for some use cases: The issue we work around is that the `fetch:plain` action...