Rename certain assertion methods
Deprecations
- The
doesNotRejects
method has been deprecated in favor ofdoesNotReject
- The
doesNotThrows
method has been deprecated in favor ofdoesNotThrow
Commits
- refactor: deprecate doesNotRejects and doesNotThrows in favor of new methods 46ce1df
- chore: update dependencies 3ee9d49
- docs: fix docblock for notInclude and notDeepInclude methods 931beca
What's Changed
- notInclude docs update by @shaheedazaad in #1
New Contributors
- @shaheedazaad made their first contribution in #1
Full Changelog: v2.0.1...v2.1.0