()
| 133 | |
| 134 | for (const plansPath of plansPaths) { |
| 135 | const getPlansDirectory = () => '/tmp/plans' |
| 136 | ;(getPlansDirectory as typeof actualPlans.getPlansDirectory & { |
| 137 | cache?: { clear?: () => void } |
| 138 | }).cache = { |
no outgoing calls
no test coverage detected