Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
anderson-oki committed Jan 24, 2025
1 parent a705fae commit 6e33a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/Blacklist/Series/index.test.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/* eslint-disable camelcase */
import { http } from "msw";
import { HttpResponse } from "msw";
import { render, screen, waitFor } from "@/tests";
import server from "@/tests/mocks/node";
import BlacklistSeriesView from ".";

/* eslint-disable camelcase */
describe("Blacklist Series", () => {
it("should render without blacklisted series", async () => {
server.use(
Expand Down

0 comments on commit 6e33a9e

Please sign in to comment.