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

Method afterTest

test/integration/cloud/utils.js:137–139  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

135 // afterTest is a wrapper around "after" that skips the after if a previous
136 // test or afterTest in the same context failed already.
137 afterTest(fn) {
138 after(this.wrapFn(fn));
139 }
140
141 requestShouldNotError(fn) {
142 this.test('the request should not error', fn);

Callers 1

collection.jsFile · 0.80

Calls 1

wrapFnMethod · 0.95

Tested by

no test coverage detected