MCPcopy Create free account
hub / github.com/GetStream/stream-js / test

Method test

test/integration/cloud/utils.js:131–133  ·  view source on GitHub ↗
(label, fn)

Source from the content-addressed store, hash-verified

129 // test is a wrapper around "it" that skips the test if a previous one in
130 // the same context failed already.
131 test(label, fn) {
132 it(label, this.wrapFn(fn));
133 }
134
135 // afterTest is a wrapper around "after" that skips the after if a previous
136 // test or afterTest in the same context failed already.

Callers 15

requestShouldNotErrorMethod · 0.95
noRequestsShouldErrorMethod · 0.95
responseShouldMethod · 0.95
activityShouldMethod · 0.95
requestShouldErrorMethod · 0.95
kjur.jsFile · 0.80
checkUserResponseFunction · 0.80
checkProfileResponseFunction · 0.80
images.jsFile · 0.80
collection.jsFile · 0.80

Calls 1

wrapFnMethod · 0.95

Tested by

no test coverage detected