MCPcopy Index your code
hub / github.com/github-tools/github / assertArray

Function assertArray

test/helpers/callbacks.js:44–49  ·  view source on GitHub ↗
(done)

Source from the content-addressed store, hash-verified

42}
43
44export function assertArray(done) {
45 return assertSuccessful(done, function isArray(err, result) {
46 expect(result).to.be.an.array();
47 done();
48 });
49}

Callers 2

user.spec.jsFile · 0.90

Calls 1

assertSuccessfulFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…