describe('getInvitedUsers', () => {
    it('should call and return users.getInvitedUsers', () => {
      const state = { users: { users: [{ id: 1 }] } };
      const users = [{ id: 1 }];