Example #1
0
      .then((tc) => {
        assert.isInternalTeamConversation(tc);
        assert.equal(tc.displayName, displayName);

        assert.lengthOf(tc.participants.items, 1);
      }));
Example #2
0
 .then((tc) => {
   assert.isInternalTeamConversation(tc);
   assert.lengthOf(tc.participants.items, 3);
 });