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