I believe this is caused by my machine being in a different time zone.
1 failing
1) Variables
and dates
can be a FluentDateTime:
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ 'Wednesday'
- 'Thursday'
+ expected - actual
-Wednesday
+Thursday
at Context.<anonymous> (file:///Users/greg/dev/fluent.js/fluent-bundle/test/arguments_test.js:221:14)
at processImmediate (node:internal/timers:464:21)
I would suggest rewriting the test to allow for either Thursday or Wednesday.