We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ad6b36 commit ce51b3fCopy full SHA for ce51b3f
1 file changed
src/App.test.jsx
@@ -5,7 +5,7 @@ import App from "./App";
5
describe("Todo App", () => {
6
it("renders the main heading", () => {
7
render(<App />);
8
- expect(screen.getByText("coco App")).toBeInTheDocument();
+ expect(screen.getByText("Todo App")).toBeInTheDocument();
9
});
10
11
it("adds a new todo", () => {
0 commit comments