Skip to content

Commit 55d079d

Browse files
committed
Disable explicit any ESLint rule in test setup
1 parent d19e02e commit 55d079d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/test/setup.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable @typescript-eslint/no-explicit-any */
12
import "@testing-library/jest-dom";
23
import { cleanup } from "@testing-library/react";
34
import { afterEach, vi } from "vitest";

0 commit comments

Comments
 (0)