Skip to content

Commit

Permalink
remove unused exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed Jun 4, 2024
1 parent e348888 commit 15debab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions tests/03_changes.spec.ts
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
2 changes: 0 additions & 2 deletions tests/08_arrayitemmove.spec.ts
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit 15debab

Please sign in to comment.