Skip to content

Commit

Permalink
Update testing.md (#2464)
Browse files Browse the repository at this point in the history
`@testing-library/vue`の`@`の抜けを修正
  • Loading branch information
tet0-h authored Jan 7, 2025
1 parent c3f091b commit 04fc182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide/scaling-up/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ Vitest とブラウザーベースのランナーの主な違いは、スピー

- [`@testing-library/vue`](https://github.com/testing-library/vue-testing-library) は、実装の詳細に依存しないコンポーネントのテストに重点を置いた Vue のテストライブラリーです。その指針は、テストがソフトウェアの使われ方に似ていればいるほど、より信頼性を高めることができるというものです。

アプリケーションのコンポーネントのテストには `@vue/test-utils` を使用することをお勧めします。`testing-library/vue` は Suspense を使った非同期コンポーネントのテストに問題があるため、注意して使用する必要があります。
アプリケーションのコンポーネントのテストには `@vue/test-utils` を使用することをお勧めします。`@testing-library/vue` は Suspense を使った非同期コンポーネントのテストに問題があるため、注意して使用する必要があります。

### その他の選択肢 {#other-options-1}

Expand Down

0 comments on commit 04fc182

Please # to comment.