abel-matsec
abel-matsec
## Pull Request Checklist - [x] Have you added new tests to prevent regressions? - [ ] If a documentation update is necessary, have you opened a PR to [the...
When writing tests, I like to require explicitly mocking all properties of a mock object that end up getting used by my code. Is there a way for a mock...
It seems like overlapping matchers end up raising an error. It would be helpful if matchers could simply take precedence over each other, e.g. according to the order in which...
(cherry-pick of 9950b4b to v6 branch) * fix: always add LIMIT 1 to `findOne` queries * fix: add temp patch for issue 14618 Co-authored-by: Rik Smale