()
| 23 | } |
| 24 | |
| 25 | export async function testIntegrationDevkit(): Promise<void> { |
| 26 | for (const projectName of integrationTestProjects) { |
| 27 | await runDevKitIntegrationTests( |
| 28 | projectName, |
| 29 | path.join('lsptoolshost', 'integrationTests'), |
| 30 | `DevKit-${projectName}` |
| 31 | ); |
| 32 | } |
| 33 | } |
| 34 | |
| 35 | export async function testIntegrationRazorCohost(): Promise<void> { |
| 36 | for (const projectName of razorIntegrationTestProjects) { |