(t *testing.T)
| 22 | } |
| 23 | |
| 24 | func TestCodeLens_WSL(t *testing.T) { |
| 25 | testCodeLens(t, "\\\\wsl$\\docker-desktop\\tmp", "file://wsl%24/docker-desktop/tmp/docker-bake.hcl") |
| 26 | } |
| 27 | |
| 28 | func testCodeLens(t *testing.T, testsFolder, uriString string) { |
| 29 | testCases := []struct { |
nothing calls this directly
no test coverage detected