()
| 17 | |
| 18 | // Overall test command that runs everything except O# tests. |
| 19 | export async function test(): Promise<void> { |
| 20 | await testArtifacts(); |
| 21 | await testUnit(); |
| 22 | await testIntegrationCSharp(); |
| 23 | await testIntegrationDevkit(); |
| 24 | await testIntegrationRazorCohost(); |
| 25 | await testIntegrationUntrusted(); |
| 26 | } |
no test coverage detected