Skip to content

Commit

Permalink
Merge pull request #22 from Code-Hammers/be-testing
Browse files Browse the repository at this point in the history
file structure changes
  • Loading branch information
brok3turtl3 authored Nov 27, 2023
2 parents 75714d9 + 23a66f5 commit 2c8c1be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/App.test.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from "react";
import { render, RenderResult, screen } from "@testing-library/react";
import { MemoryRouter } from "react-router-dom";
import App from "../src/App";
import App from "./App";
import { Provider } from "react-redux";
import configureStore from "redux-mock-store";

Expand Down
2 changes: 1 addition & 1 deletion client/src/AuthenticatedApp.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { render, RenderResult, screen } from "@testing-library/react";
import { MemoryRouter } from "react-router-dom";
import { Provider } from "react-redux";
import configureStore from "redux-mock-store";
import AuthenticatedApp from "../src/AuthenticatedApp";
import AuthenticatedApp from "./AuthenticatedApp";

const mockStore = configureStore([]);
const initialState = {
Expand Down

0 comments on commit 2c8c1be

Please sign in to comment.