describe("CaptionText", () => {
  it("renders properly", () => {
    const tree = renderer
      .create(<CaptionText>Caption Text</CaptionText>)
      .toJSON()