Skip to content

Commit d65be19

Browse files
committed
Merge remote-tracking branch 'origin/patch-35' into combined-pr
2 parents cfb94a6 + 9f3f0e4 commit d65be19

File tree

1 file changed

+1
-1
lines changed
  • translations/ja/04-Using-GitHub-Copilot-with-CSharp

1 file changed

+1
-1
lines changed

translations/ja/04-Using-GitHub-Copilot-with-CSharp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Let's use the `/tests` command to generate tests to the code. Select lines 39-42
109109

110110
![Use slash command to generate tests for the selected piece of code](../../../04-Using-GitHub-Copilot-with-CSharp/images/012SlashCmdTests.gif)
111111

112-
At this point, GitHub Copilot will suggest a new class. You need to first press [Accept] to create the new file.
112+
この時点で、GitHub Copilot は新しいクラスを提案します。新しいファイルを作成するには、まず [Accept] を押す必要があります。
113113

114114
新しいクラス `ProgramTests.cs` が作成され、プロジェクトに追加されました。このテストはXUnitを使用していますが、`/tests use MSTests for unit testing` のようなコマンドを実行することで、別のユニットテストライブラリを使用してテストを生成することもできます。
115115

0 commit comments

Comments
 (0)