Geovation/photos

View on GitHub
src/App.test.js

Summary

Maintainability
A
0 mins
Test Coverage
// import { HashRouter } from "react-router-dom";
// import config from "./custom/config";

// import { render, screen } from "@testing-library/react";
// import App from "./App";

test.skip("renders without crashing", () => {
//   render(
//     <HashRouter>
//       <App config={config} />
//     </HashRouter>
//   );
//   const linkElement = screen.getByText(/learn react/i);
//   console.log(linkElement);
//   // expect(linkElement).toBeInTheDocument();
});