Skip to content

Commit e56fd78

Browse files
committed
fix failed test cases
1 parent 4dbee29 commit e56fd78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/App.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from "react";
22
import { render, screen, fireEvent } from "@testing-library/react";
33
import "@testing-library/jest-dom/extend-expect";
4-
import App from "../components/app.jsx"; // Adjust the import path as necessary
4+
import App from "../App";
55

66
test("rendersAppWithoutCrashing", () => {
77
render(<App />);

0 commit comments

Comments
 (0)