MCPcopy Index your code
hub / github.com/apache/echarts / selectedTests

Function selectedTests

test/runTest/client/client.js:341–346  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

339 },
340
341 selectedTests() {
342 // Only run visible tests.
343 return this.tests.filter(test => {
344 return test.selected;
345 });
346 },
347 unfinishedTests() {
348 return this.fullTests.filter(test => {
349 return test.status !== 'finished';

Callers

nothing calls this directly

Calls 1

filterMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…