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
Integrate Sinon package somehow with @athenna/test
Motivation
Athenna can only mock ioc container dependencies nowadays. And when mocking a dependency of the ioc container, you need to implement the entire dependency. Sinon will help to mock stuffs outside of the ioc container and mock particular methods only of the dependencies.
Example
No response
The text was updated successfully, but these errors were encountered:
🚀 Feature Proposal
Integrate Sinon package somehow with
@athenna/test
Motivation
Athenna can only mock ioc container dependencies nowadays. And when mocking a dependency of the ioc container, you need to implement the entire dependency. Sinon will help to mock stuffs outside of the ioc container and mock particular methods only of the dependencies.
Example
No response
The text was updated successfully, but these errors were encountered: