MCPcopy
hub / github.com/vuejs/core / count

Function count

packages/vue/__tests__/e2e/e2eUtils.ts:100–102  ·  view source on GitHub ↗
(selector: string)

Source from the content-addressed store, hash-verified

98 }
99
100 async function count(selector: string): Promise<number> {
101 return (await page.$$(selector)).length
102 }
103
104 async function text(selector: string): Promise<string | null> {
105 return page.$eval(selector, node => node.textContent)

Callers 7

assertTableFunction · 0.70
testGridFunction · 0.70
testSvgFunction · 0.70
testCommitsFunction · 0.70
testTreeFunction · 0.70
testTodomvcFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected