/**
 * TEAM: frontend_infra
 *
 * @flow
 */

// TODO: Fix this eslint issue on next edit. This is an autogenerated comment.
// eslint-disable-next-line flexport/no-legacy-dependencies
import {shallow} from "enzyme";
import PdfViewer from "../PdfViewer";

describe("DocumentUploader", () => {
  it("renders", () => {
    expect(shallow(<PdfViewer pdf="" />)).toMatchSnapshot();
  });
});
