You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(DateUtils.test.js): use matcher toBe() instead of toEqual()
Quote from https://jestjs.io/docs/using-matchers:
> toBe uses Object.is to test exact equality. If you want to check the value of an object, use toEqual instead
0 commit comments