Hello, I noticed that a test is not passing:
|
formatDatePastBy(-1 * month * 8).should.equal('Dec 10') |
1) style/twitter
should format Twitter style relative time (English) (absolute dates):
AssertionError: expected 'Dec 9' to equal 'Dec 10'
+ expected - actual
-Dec 9
+Dec 10
at Context.equal (source/style/twitter.test.js:72:43)
at processImmediate (node:internal/timers:464:21)
Hello, I noticed that a test is not passing:
javascript-time-ago/source/style/twitter.test.js
Line 72 in ae379f7