it('shows the classname properly', () => {
    const $el = shallow(mockItem());
    expect($el.find('.foo').length).to.equal(1);
  });