You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds the initial version of the test suite for task history persistence.
This suite covers functionality including item creation, retrieval,
deletion, updates, month-based fetching, search, and migration logic.
The tests utilize mocks for 'vscode', 'fs/promises', and 'safeWriteJson'
to isolate the taskHistory module during testing.
Signed-off-by: Eric Wheeler <[email protected]>
0 commit comments