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

Function hasCount

tests/e2e/helpers/index.js:37–41  ·  view source on GitHub ↗
(nth)

Source from the content-addressed store, hash-verified

35}
36
37export async function hasCount(nth) {
38 await t
39 .expect(ptrElement.count)
40 .eql(nth);
41}
42
43export default {
44 pullToRefresh,

Callers 1

multiple.test.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected