Skip to content

Commit

Permalink
Update App.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nishadtardalkar authored Nov 13, 2024
1 parent 85c35fc commit 40c92b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Code/frontend/src/App.test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import { render, screen, fireEvent } from "@testing-library/react";

import React from 'react';
import App from "./App";

jest.mock("./components/Navbar", () => (props) => <div>Navbar</div>);
Expand Down

0 comments on commit 40c92b9

Please sign in to comment.