Skip to content

Commit

Permalink
file structure changes
Browse files Browse the repository at this point in the history
  • Loading branch information
brok3turtl3 committed Nov 27, 2023
1 parent 538b293 commit 23a66f5
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 23a66f5

Please sign in to comment.