mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-14 01:50:39 +09:00
fix: restore post-merge route verification
This commit is contained in:
parent
13ca33aa4e
commit
da2c15905a
2 changed files with 6 additions and 3 deletions
|
|
@ -38,6 +38,9 @@ vi.mock("../services/index.js", () => ({
|
|||
issueService: () => mockIssueService,
|
||||
logActivity: mockLogActivity,
|
||||
projectService: () => ({}),
|
||||
routineService: () => ({
|
||||
syncRunStatusForIssue: vi.fn(async () => undefined),
|
||||
}),
|
||||
workProductService: () => ({}),
|
||||
}));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue