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
I'm looking at these tests and I can't seem to pin point why these tests might support the line which cause bugs. Sure, the API is a bit verbose and it is OOP vs pure, but I don't think it's buggy.
The text was updated successfully, but these errors were encountered:
In the README, there's a line that says
It is mutable due to OOP APIs and non-pure functions, which cause bugs:
with a link to https://github.com/moment/moment/blob/develop/src/test/moment/add_subtract.js#L244-L286I'm looking at these tests and I can't seem to pin point why these tests might support the line
which cause bugs
. Sure, the API is a bit verbose and it is OOP vs pure, but I don't think it's buggy.The text was updated successfully, but these errors were encountered: