()
| 15 | |
| 16 | class TestRunner { |
| 17 | public async start() { |
| 18 | await this.extractLatestExtension(SMOKE_TEST_EXTENSIONS_DIR); |
| 19 | await this.launchSmokeTests(); |
| 20 | } |
| 21 | private async launchSmokeTests() { |
| 22 | const env: Record<string, {}> = { |
| 23 | VSC_JUPYTER_SMOKE_TEST: '1', |
nothing calls this directly
no test coverage detected