fix: restore post-merge route verification

This commit is contained in:
dotta 2026-03-20 17:09:49 -05:00
parent 13ca33aa4e
commit da2c15905a
2 changed files with 6 additions and 3 deletions

View file

@ -38,6 +38,9 @@ vi.mock("../services/index.js", () => ({
issueService: () => mockIssueService,
logActivity: mockLogActivity,
projectService: () => ({}),
routineService: () => ({
syncRunStatusForIssue: vi.fn(async () => undefined),
}),
workProductService: () => ({}),
}));