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

Function isGoingToThrow8

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

Source from the content-addressed store, hash-verified

415 }
416
417 function isGoingToThrow8() {
418 self.client.activitiesPartialUpdate([
419 {
420 time: '2016-11-10T13:20:00.000000',
421 },
422 ]);
423 }
424
425 function isTypeError(err) {
426 expect(err).to.be.a(TypeError);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected