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
First of all thanks for your efforts, we are using your lib for >2 years to effortlessly test time-dependent code in our CIs and it has been working really great so far.
Just a little enhancement, could you please expose the original NativeDate in your lib to easily work with the real Date while we are actually keeping time? This way things like benchmarking/profiling code could use the real Date constructor while time-dependent code is unaffected.
Kind regards,
Mario
The text was updated successfully, but these errors were encountered:
Hi!
First of all thanks for your efforts, we are using your lib for >2 years to effortlessly test time-dependent code in our CIs and it has been working really great so far.
Just a little enhancement, could you please expose the original
NativeDate
in your lib to easily work with the realDate
while we are actually keeping time? This way things like benchmarking/profiling code could use the realDate
constructor while time-dependent code is unaffected.Kind regards,
Mario
The text was updated successfully, but these errors were encountered: