MCPcopy
hub / github.com/dotnet/vscode-csharp / testIntegrationUntrusted

Function testIntegrationUntrusted

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

Source from the content-addressed store, hash-verified

39}
40
41export async function testIntegrationUntrusted(): Promise<void> {
42 await runIntegrationTest('empty', path.join('untrustedWorkspace', 'integrationTests'), `[C#][empty]`);
43}
44
45export async function testUnit(): Promise<void> {
46 await runJestTest(jestUnitTestProjectName);

Callers 1

testFunction · 0.90

Calls 1

runIntegrationTestFunction · 0.90

Tested by 1

testFunction · 0.72