Skip to content

Commit cfb94a6

Browse files
committed
Merge remote-tracking branch 'origin/patch-36' into combined-pr
2 parents 76cd24e + dc09527 commit cfb94a6

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
@@ -111,7 +111,7 @@ Let's use the `/tests` command to generate tests to the code. Select lines 39-42
111111

112112
At this point, GitHub Copilot will suggest a new class. You need to first press [Accept] to create the new file.
113113

114-
A new class `ProgramTests.cs` was created and added to the project. This tests are using XUnit, however, you can ask to generate tests using another Unit Test library with a command like this one `/tests use MSTests for unit testing`.
114+
新しいクラス `ProgramTests.cs` が作成され、プロジェクトに追加されました。このテストはXUnitを使用していますが、`/tests use MSTests for unit testing` のようなコマンドを実行することで、別のユニットテストライブラリを使用してテストを生成することもできます。
115115

116116
***重要:** このプロジェクトではテストファイルは使用しません。続行するには、生成されたテストファイルを削除する必要があります。*
117117

0 commit comments

Comments
 (0)