Skip to content
This repository has been archived by the owner on Jun 17, 2023. It is now read-only.

Commit

Permalink
fix broken build from component move to
Browse files Browse the repository at this point in the history
presentation structure
  • Loading branch information
dominicfarr committed Oct 24, 2022
1 parent aea8901 commit 927f9f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/presentation/header/header.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import "@testing-library/jest-dom";
import { render, screen } from "@testing-library/react";
import "intersection-observer";
import { BrowserRouter, HashRouter } from "react-router-dom";
import Header from ".";
import Header from "../header/Header";

import underTest from "../../test/underTest";

Expand Down
2 changes: 1 addition & 1 deletion src/presentation/layout/layout.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import "@testing-library/jest-dom";
import { render, screen } from "@testing-library/react";

import { BrowserRouter } from "react-router-dom";
import Layout from ".";
import Layout from "../layout/Layout";
import underTest from "../../test/underTest";

test("should have nav main footer layout structure", async () => {
Expand Down

0 comments on commit 927f9f1

Please sign in to comment.