| 1 | import { getBashPath, getBashPathForPlatform, resetBashPathCache } from "./bashPath"; |
| 2 | |
| 3 | describe("getBashPathForPlatform (Windows)", () => { |
| 4 | it("skips WSL launcher when it is first in PATH", () => { |
nothing calls this directly
no test coverage detected