forked from farhoodlabs/paperclip
fix: restore post-merge route verification
This commit is contained in:
@@ -38,6 +38,9 @@ vi.mock("../services/index.js", () => ({
|
||||
issueService: () => mockIssueService,
|
||||
logActivity: mockLogActivity,
|
||||
projectService: () => ({}),
|
||||
routineService: () => ({
|
||||
syncRunStatusForIssue: vi.fn(async () => undefined),
|
||||
}),
|
||||
workProductService: () => ({}),
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user