このコミットが含まれているのは:
2026-05-13 21:49:40 +09:00
コミット 78143363c9
10個のファイルの変更224行の追加318行の削除
+3 -1
ファイルの表示
@@ -1,9 +1,11 @@
import '@testing-library/jest-dom/vitest'
import { cleanup } from '@testing-library/react'
import { afterEach } from 'vitest'
import { afterEach, vi } from 'vitest'
afterEach (() => {
cleanup ()
localStorage.clear ()
vi.restoreAllMocks ()
})
Element.prototype.scrollIntoView = function () {