File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ React の観点から見れば、フックを使ったコンポーネントは
125
125
126
126
> 補足
127
127
>
128
- > [ Testing Recipes ] ( /docs/testing-recipes.html ) にコピー・ペーストで使えるたくさんの例が掲載されています。
128
+ > [ テストのレシピ集 ] ( /docs/testing-recipes.html ) にコピー・ペーストで使えるたくさんの例が掲載されています。
129
129
130
130
例えばこのようなカウンタコンポーネントがあるとしましょう:
131
131
@@ -191,7 +191,7 @@ it('can render and update a counter', () => {
191
191
192
192
ボイラープレートを減らすため、エンドユーザが使うのと同じ形でコンポーネントを使ってテストが記述できるように設計されている、[ React Testing Library] ( https://testing-library.com/react ) の利用をお勧めします。
193
193
194
- 詳細については、[ Testing Recipes ] ( /docs/testing-recipes.html ) をご覧ください。
194
+ 詳細については、[ テストのレシピ集 ] ( /docs/testing-recipes.html ) をご覧ください。
195
195
196
196
### [ Lint ルール] ( https://www.npmjs.com/package/eslint-plugin-react-hooks ) は具体的に何を強制するのですか? {#what-exactly-do-the-lint-rules-enforce}
197
197
Original file line number Diff line number Diff line change @@ -37,4 +37,4 @@ React コンポーネントをテストするのにはいくつか方法があ
37
37
このセクションは 2 つのページに分かれます:
38
38
39
39
- [ レシピ集] ( /docs/testing-recipes.html ) : React コンポーネントのテストを書く際の一般的なパターン集
40
- - [ Environments ] ( /docs/testing-environments.html ) : React コンポーネントのためのテスト環境をセットアップする際に考えること
40
+ - [ 環境 ] ( /docs/testing-environments.html ) : React コンポーネントのためのテスト環境をセットアップする際に考えること
You can’t perform that action at this time.
0 commit comments