it('should call Intercom on shutdown', () => {
    Intercom.shutdown();
    expect(mockIntercom).to.have.been.calledWith('shutdown');
  });