()
| 105 | for (const systemPromptSectionPath of systemPromptSectionPaths) { |
| 106 | mock.module(systemPromptSectionPath, () => ({ |
| 107 | clearSystemPromptSections() { |
| 108 | worktreeCalls.clearSystemPromptSections += 1 |
| 109 | }, |
| 110 | })) |
| 111 | } |
| 112 |
no outgoing calls
no test coverage detected