callumalpass_tasknotes/tests/__mocks__
callumalpass 2f53847607 fix(#1421): Natural language parser now processes both scheduled and due date triggers
Previously, entering text like "Task scheduled for tomorrow due next week" in the
New Task dialog would only capture one of the dates. The parser correctly recognized
both triggers but returned early after processing the first match.

The fix removes the early return and continues processing all trigger patterns,
allowing users to set both scheduled and due dates in a single natural language input.
2026-01-04 11:30:19 +11:00
..
chrono-node.ts fix(#1421): Natural language parser now processes both scheduled and due date triggers 2026-01-04 11:30:19 +11:00
date-fns.ts fix: add h:mm a format to date-fns mock 2025-10-05 15:21:05 +11:00
fullcalendar.ts Add testing suite 2025-06-24 00:24:11 +10:00
ical.ts fix: ICS calendar timezone conversion for non-IANA timezones (#781, #841) 2025-10-06 22:26:15 +11:00
markdown.ts fix: Configure Jest to handle markdown imports and add manifest mock for tests 2025-10-05 14:13:24 +11:00
obsidian.ts feat: adopt Obsidian 1.11.0 API features with backwards compatibility 2025-12-31 09:34:09 +11:00
rrule.ts test: add comprehensive tests for Issue #160 off-by-one date bugs 2025-07-11 23:06:37 +10:00
utils.ts test: add sanitizeForFilename mock for testing 2025-09-28 17:17:16 +10:00
yaml.ts Refactor testing infrastructure to improve mock fidelity, DOM simulation, and unit test robustness 2025-06-24 07:42:56 +10:00