このコミットが含まれているのは:
@@ -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
|
||||
}
|
||||
|
||||
新しい課題から参照
ユーザをブロックする