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
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **Dependencies**
- Updated `@eggjs/bin` to version 7
- Upgraded `pedding` to version 2.0.1
- Removed `egg-bin` version 6
- **Documentation**
- Updated import statements in README.md to use named imports
- **Refactor**
- Restructured mock functionality in `src/index.ts`
- Modified import statements in test files to use named imports
- **Tests**
- Updated mocking approach in test files to use consistent `mm` object
methods
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
If mocked property is a function, it will be spied, every time it called, mm will modify `.called`, `.calledArguments` and `.lastCalledArguments`. For example:
0 commit comments