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

Function testUnit

tasks/tests/testTasks.ts:45–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43}
44
45export async function testUnit(): Promise<void> {
46 await runJestTest(jestUnitTestProjectName);
47 await runJestTest(razorTestProjectName);
48 await runJestTest(jestTasksTestProjectName);
49}

Callers 1

testFunction · 0.90

Calls 1

runJestTestFunction · 0.90

Tested by 1

testFunction · 0.72