unadlib / mutative

Efficient immutable updates, 2-6x faster than naive handcrafted reducer, and more than 10x faster than Immer.
http://mutative.js.org/
MIT License
1.58k stars 18 forks source link

Tests using Date.setFullYear don't pass locally #41

Closed dabbott closed 4 months ago

dabbott commented 4 months ago

I noticed a very small issue where tests using new Date and setFullYear don't pass locally for me, I believe due to timezone issues.

I made a quick PR: https://github.com/unadlib/mutative/pull/40

unadlib commented 4 months ago

Thanks for your PR.