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:
parent
784fe6e88f
commit
1ee8dc8ca2
12 changed files with 12 additions and 0 deletions
|
|
@ -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: [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue