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
|
|
@ -21,6 +21,7 @@ function createMockIssue(id: string, overrides: Partial<BeadIssueWithProject> =
|
|||
priority: 2,
|
||||
issue_type: 'task',
|
||||
assignee: null,
|
||||
templateId: null,
|
||||
owner: 'owner',
|
||||
labels: [],
|
||||
dependencies: [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue