このコミットが含まれているのは:
2026-05-13 20:42:25 +09:00
コミット 0a13c00f37
48個のファイルの変更2378行の追加7行の削除
+19
ファイルの表示
@@ -1 +1,20 @@
import '@testing-library/jest-dom/vitest'
import { cleanup } from '@testing-library/react'
import { afterEach } from 'vitest'
afterEach (() => {
cleanup ()
})
Element.prototype.scrollIntoView = function () {
;
}
window.scroll = function () {
;
}
window.requestAnimationFrame = callback => {
callback (0)
return 0
}