test: update all test files with templateId field

- Add templateId: null to all mock BeadIssue objects across test files
- Ensures type compatibility with updated BeadIssue interface
This commit is contained in:
zenchantlive 2026-02-26 10:23:07 -08:00
parent 784fe6e88f
commit 1ee8dc8ca2
12 changed files with 12 additions and 0 deletions

View file

@ -32,6 +32,7 @@ test('applyOptimisticStatus updates selected issue status and timestamps', () =>
priority: 2,
issue_type: 'task',
assignee: null,
templateId: null,
owner: null,
labels: [],
dependencies: [],