Skip to content

Commit ce51b3f

Browse files
committed
Update App.test.jsx
1 parent 2ad6b36 commit ce51b3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/App.test.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import App from "./App";
55
describe("Todo App", () => {
66
it("renders the main heading", () => {
77
render(<App />);
8-
expect(screen.getByText("coco App")).toBeInTheDocument();
8+
expect(screen.getByText("Todo App")).toBeInTheDocument();
99
});
1010

1111
it("adds a new todo", () => {

0 commit comments

Comments
 (0)