(options = {})
| 488 | }); |
| 489 | }, |
| 490 | async repoRoot(options = {}) { |
| 491 | return repoRootWith({ ...options, fs: await fs() }); |
| 492 | }, |
| 493 | async currentBranch(options = {}) { |
| 494 | return currentBranchWith({ |
| 495 | ...options, |
nothing calls this directly
no test coverage detected