Highlights
the equal
matcher now supports arrays of tuples. For example:
expect([
(1, 2),
(3, 4)
]).to(equal([
(1, 2),
(3, 4)
]))
Thanks @faroman for their contribution!
Automatically Generated Release Notes
What's Changed
New Contributors
Full Changelog: v12.1.0...v12.2.0