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

Function isNotGoingToThrow

test/unit/node/client_test.js:167–169  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

165 }
166
167 function isNotGoingToThrow() {
168 this.client.updateActivities([]);
169 }
170
171 function isTypeError(err) {
172 expect(err).to.be.a(TypeError);

Callers

nothing calls this directly

Calls 2

updateActivitiesMethod · 0.80
getActivitiesMethod · 0.80

Tested by

no test coverage detected