pull/2827/head
Anderson Shindy Oki 4 weeks ago
parent 0e293606a9
commit 9762911411

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