pull/2827/head
Anderson Shindy Oki 3 months ago
parent 72d7a6aac0
commit 2e423e65eb

@ -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(

Loading…
Cancel
Save