Skip to content

Rename certain assertion methods

Compare
Choose a tag to compare
@thetutlage thetutlage released this 16 Dec 07:34

Deprecations

  • The doesNotRejects method has been deprecated in favor of doesNotReject
  • The doesNotThrows method has been deprecated in favor of doesNotThrow

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

New Contributors

Full Changelog: v2.0.1...v2.1.0