You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There aren’t any properties on the Svix prototype, so spyOn operation on Svix.prototype.application isn't working.
This also means that jest.mock("svix") will also fail.
exposing the sivx instance outside to enble mock isn't desired approach.