Skip to content

A change in error messages

Compare
Choose a tag to compare
@omrilotan omrilotan released this 22 Sep 13:00
· 23 commits to master since this release
285d974

Error message includes actual value

Before

Expected 'value' to be a number, instead got a number

After

Expected 'value' to be a number, instead got NaN (number)