Skip to content

Commit 4a5be6c

Browse files
committed
🤖 fix: remove unused eslint-disable directive
Change-Id: I94970218db30d51abe731db04eab296f03037807 Signed-off-by: Thomas Kosiewski <tk@coder.com>
1 parent d40562d commit 4a5be6c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/browser/hooks/useAvailableScripts.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ describe("useAvailableScripts", () => {
5050

5151
afterEach(() => {
5252
mock.restore();
53-
// eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/no-unsafe-member-access
5453
if (global.window) {
5554
// eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/no-unsafe-member-access
5655
delete (global.window as any).api;

0 commit comments

Comments
 (0)