MCPcopy
hub / github.com/BoxFactura/pulltorefresh.js / isMounted

Function isMounted

tests/e2e/helpers/index.js:31–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29}
30
31export async function isMounted() {
32 await t
33 .expect(ptrElement.exists)
34 .ok();
35}
36
37export async function hasCount(nth) {
38 await t

Callers 2

shouldptr.test.jsFile · 0.90
tolerance.test.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected