(options = {})
| 199 | return ""; |
| 200 | }, |
| 201 | async diffSummary(options = {}) { |
| 202 | calls.diffSummary.push(options); |
| 203 | return fakes.diffSummary?.() ?? []; |
| 204 | }, |
| 205 | async init(options = {}) { |
| 206 | calls.init.push(options); |
| 207 | }, |
nothing calls this directly
no test coverage detected