DOM 操作 · Jest

Another class of functions that is often considered difficult to test is code that directly manipulates the DOM. 以下の jQuery のコードスニペットをどうテストするのか見てみましょう。 displayUser.jsはクリックイベントをリッスンしてデータを非同期に取得し、 span のコンテンツにそのデータをセットします。