MCPcopy Index your code
hub / github.com/dotnet/vscode-csharp / getJUnitFileName

Function getJUnitFileName

tasks/tests/testHelpers.ts:139–141  ·  view source on GitHub ↗
(logName: string)

Source from the content-addressed store, hash-verified

137}
138
139export function getJUnitFileName(logName: string) {
140 return `${logName.replaceAll(' ', '_')}_junit.xml`;
141}
142
143export async function runJestTest(project: string) {
144 process.env.JEST_JUNIT_OUTPUT_NAME = getJUnitFileName(project);

Callers 2

runJestIntegrationTestFunction · 0.85
runJestTestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected