プロパティ 'toBeChecked' は型 'Matchers' に存在しません
import '@testing-library/jest-dom'を書いて、
yarn add -D @testing-library/jest-dom
yarn add -D @types/testing-library__jest-dom
で解決
[https://qiita.com/P-man_Brown/items/a868c5079b71206bf227:embed:cite]