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
|
|
@ -12,6 +12,7 @@ function makeBead(overrides: Partial<BeadIssue>): BeadIssue {
|
|||
priority: overrides.priority || 0,
|
||||
issue_type: overrides.issue_type || 'task',
|
||||
assignee: null,
|
||||
templateId: null,
|
||||
owner: null,
|
||||
labels: overrides.labels || [],
|
||||
dependencies: [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue