describe("HR", () => {
  it("renders properly", () => {
    const tree = renderer.create(<HR />).toJSON()
    expect(tree).toMatchSnapshot()
  })