MCPcopy Create free account
hub / github.com/deepnote/vscode-deepnote / start

Method start

src/test/smokeTest.node.ts:17–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15
16class 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',

Callers

nothing calls this directly

Calls 2

launchSmokeTestsMethod · 0.95

Tested by

no test coverage detected