Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jhlagado committed Feb 9, 2024
1 parent 0b33b32 commit 8810e8e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/xtodo/TodoList.test.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import { render, screen, waitFor } from "@testing-library/react";
import { render, screen } from "@testing-library/react";
import userEvent from "@testing-library/user-event";
import { HttpResponse, http } from "msw";
import { server } from "../../test/mocks/server";
import { TodoList } from "./TodoList";
import { SERVER_URL } from "./api";
import { mockTodo } from "../../test/mocks/constants";

\

Check failure on line 7 in src/components/xtodo/TodoList.test.tsx

View workflow job for this annotation

GitHub Actions / deploy

Invalid character.
Object.defineProperty(window, "matchMedia", {
writable: true,
value: vitest.fn().mockImplementation((query) => ({
Expand Down

0 comments on commit 8810e8e

Please sign in to comment.