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

Function reset

packages/vue/__tests__/e2e/e2eBrowserUtils.ts:346–348  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

344 }
345
346 async function reset() {
347 await resetPage()
348 }
349
350 async function count(selector: string) {
351 return document.querySelectorAll(selector).length

Callers 2

Transition.spec.tsFile · 0.70

Calls 1

resetPageFunction · 0.85

Tested by

no test coverage detected