v7.0.0
7.0.0 (2019-03-14)
Bug Fixes
BREAKING CHANGES
satisfies()expectation changed
Check out satisfier for more detail.
In a nutshell:
- single expectation will not test against each entry in array anymore
undefinedis now used for checking forundefinedinstead of matching anything. Useanythingsymbol for that purpose.- array now matches each entry. You need to have the same length. Use
startsWith()for the previous behavior.