From 15debab5e483fffe2a7abd32ab73b3b9944bb971 Mon Sep 17 00:00:00 2001 From: daishi Date: Tue, 4 Jun 2024 19:16:08 +0900 Subject: [PATCH] remove unused exceptions --- tests/03_changes.spec.ts | 2 -- tests/08_arrayitemmove.spec.ts | 2 -- 2 files changed, 4 deletions(-) diff --git a/tests/03_changes.spec.ts b/tests/03_changes.spec.ts index 6af5d1d..a7f437b 100644 --- a/tests/03_changes.spec.ts +++ b/tests/03_changes.spec.ts @@ -1,5 +1,3 @@ -/* eslint @typescript-eslint/no-explicit-any: "off" */ - import { describe, expect, it, vi } from 'vitest'; import * as Y from 'yjs'; import { proxy, subscribe } from 'valtio/vanilla'; diff --git a/tests/08_arrayitemmove.spec.ts b/tests/08_arrayitemmove.spec.ts index 3b5339c..1028073 100644 --- a/tests/08_arrayitemmove.spec.ts +++ b/tests/08_arrayitemmove.spec.ts @@ -1,5 +1,3 @@ -/* eslint @typescript-eslint/no-explicit-any: "off" */ - import { describe, expect, it } from 'vitest'; import * as Y from 'yjs'; import { proxy } from 'valtio/vanilla';