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

Function isGoingToThrow1

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

Source from the content-addressed store, hash-verified

153 describe('#updateActivities', function () {
154 it('throws', function () {
155 function isGoingToThrow1() {
156 this.client.updateActivities({});
157 }
158
159 function isGoingToThrow2() {
160 this.client.updateActivities(0);

Callers

nothing calls this directly

Calls 3

updateActivitiesMethod · 0.80
getActivitiesMethod · 0.80

Tested by

no test coverage detected