MCPcopy Create free account
hub / github.com/Dart-Code/Dart-Code / handleSkippedTestsConfigChange

Method handleSkippedTestsConfigChange

src/shared/test/test_model.ts:379–384  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

377 }
378
379 public handleSkippedTestsConfigChange(): void {
380 // Skipped tests affect the total count labels.
381 for (const suite of this.suites.values()) {
382 this.updateSuiteTestCountLabels(suite, true);
383 }
384 }
385
386 public updateNode(event?: NodeDidChangeEvent) {
387 if (event?.nodeWasRemoved)

Callers 1

activateFunction · 0.95

Calls 2

valuesMethod · 0.80

Tested by

no test coverage detected