test('<Tag /> matches the snapshot', () => {
  const wrapper = shallow(<Tag id="a">abc</Tag>);

  expect(shallowToJson(wrapper)).toMatchSnapshot();
});