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
While I see that there is a nice way to mock @Transactional (and other functions) with Jest, we have a large code base using Mocha. So switching over to Jest is pretty problematic.
Has anyone successfully stubbed the decorator with sinon and mocha? I'm poking around proxyquire but this is a TypeScript code base and it doesn't seem as though there is much documentation for how you use proxyquire with TypeScript.
The text was updated successfully, but these errors were encountered:
While I see that there is a nice way to mock
@Transactional
(and other functions) with Jest, we have a large code base using Mocha. So switching over to Jest is pretty problematic.Has anyone successfully stubbed the decorator with sinon and mocha? I'm poking around
proxyquire
but this is a TypeScript code base and it doesn't seem as though there is much documentation for how you useproxyquire
with TypeScript.The text was updated successfully, but these errors were encountered: