Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
45
export
async
function
testUnit(): Promise<void> {
46
await
runJestTest(jestUnitTestProjectName);
47
await
runJestTest(razorTestProjectName);
48
await
runJestTest(jestTasksTestProjectName);
49
}
Callers
1
test
Function · 0.90
Calls
1
runJestTest
Function · 0.90
Tested by
1
test
Function · 0.72