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
This line considers a value of 0 to be falsy, so if you use this it will continue to return the value of Date.now() if you use dateService.setNow(0). This was unexpected to me since it continued to use the real time in my test.
The text was updated successfully, but these errors were encountered:
ember-date-service/addon-test-support/date.js
Line 17 in c72295e
This line considers a value of 0 to be falsy, so if you use this it will continue to return the value of Date.now() if you use
dateService.setNow(0)
. This was unexpected to me since it continued to use the real time in my test.The text was updated successfully, but these errors were encountered: