From 24a4d33d02664bb79ffa3c9d82e23fcbdeb18f2a Mon Sep 17 00:00:00 2001 From: Anderson Shindy Oki Date: Fri, 24 Jan 2025 10:19:08 +0900 Subject: [PATCH] chore: remove camel case --- frontend/src/pages/Blacklist/Movies/index.test.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/pages/Blacklist/Movies/index.test.tsx b/frontend/src/pages/Blacklist/Movies/index.test.tsx index 22992b6be..c39f02895 100644 --- a/frontend/src/pages/Blacklist/Movies/index.test.tsx +++ b/frontend/src/pages/Blacklist/Movies/index.test.tsx @@ -1,3 +1,4 @@ +/* eslint-disable camelcase */ import { http } from "msw"; import { HttpResponse } from "msw"; import { render, screen, waitFor } from "@/tests";