()
| 17 | } |
| 18 | |
| 19 | export async function testIntegrationCSharp(): Promise<void> { |
| 20 | for (const projectName of integrationTestProjects) { |
| 21 | await runIntegrationTest(projectName, path.join('lsptoolshost', 'integrationTests'), `CSharp-${projectName}`); |
| 22 | } |
| 23 | } |
| 24 | |
| 25 | export async function testIntegrationDevkit(): Promise<void> { |
| 26 | for (const projectName of integrationTestProjects) { |