pull/2827/head
Anderson Shindy Oki 1 month ago
parent 0e293606a9
commit 9762911411

@ -1,10 +1,10 @@
/* eslint-disable camelcase */
import { http } from "msw"; import { http } from "msw";
import { HttpResponse } from "msw"; import { HttpResponse } from "msw";
import { render, screen, waitFor } from "@/tests"; import { render, screen, waitFor } from "@/tests";
import server from "@/tests/mocks/node"; import server from "@/tests/mocks/node";
import BlacklistSeriesView from "."; import BlacklistSeriesView from ".";
/* eslint-disable camelcase */
describe("Blacklist Series", () => { describe("Blacklist Series", () => {
it("should render without blacklisted series", async () => { it("should render without blacklisted series", async () => {
server.use( server.use(

Loading…
Cancel
Save