Files
Kristjan ESPERANTO 469f3bf0cd chore: update dependencies + adapt calendar tests (#4211)
I updated dependencies (including `node-ical` to 0.27.0), which broke 2
tests. It's not a bug in `node-ical`, our code, or the tests -
`node-ical` just switched its CJS build to non-configurable getters, so
`vi.spyOn` on the module could no longer redefine them. I adjusted the
two affected tests to use real invalid input instead of mocking, keeping
the original test intention. No production code changes. Full suite
passes again.
2026-07-20 08:28:19 +02:00
..