()
| 33 | } |
| 34 | |
| 35 | export async function testIntegrationRazorCohost(): Promise<void> { |
| 36 | for (const projectName of razorIntegrationTestProjects) { |
| 37 | await runIntegrationTest(projectName, path.join('razor', 'razorIntegrationTests'), `Razor-${projectName}`); |
| 38 | } |
| 39 | } |
| 40 | |
| 41 | export async function testIntegrationUntrusted(): Promise<void> { |
| 42 | await runIntegrationTest('empty', path.join('untrustedWorkspace', 'integrationTests'), `[C#][empty]`); |