469f3bf0cd
CodeQL / Analyze (javascript-typescript) (push) Has been cancelled
Create Release Notes / release-notes (push) Has been cancelled
Run Automated Tests / code-style-check (push) Has been cancelled
Run Automated Tests / min-node-version-install (push) Has been cancelled
Run Automated Tests / test (22.x) (push) Has been cancelled
Run Automated Tests / test (24.x) (push) Has been cancelled
Run Automated Tests / test (26.x) (push) Has been cancelled
CodeQL / Analyze (actions) (push) Has been cancelled
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.