()
| 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); |
nothing calls this directly
no test coverage detected