Skip to content

Commit 7e453c1

Browse files
authored
fix: 「ユニットテストを記述する」における軽微な typo 修正 (#1622)
1 parent ffc1fad commit 7e453c1

File tree

1 file changed

+1
-1
lines changed
  • source/use-case/nodecli/refactor-and-unittest

1 file changed

+1
-1
lines changed

source/use-case/nodecli/refactor-and-unittest/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ $ npm test
129129
- それぞれのファイルは文字コードがUTF-8で、改行コードがLFになっているか
130130
- それぞれのファイルに余計な文字が入っていないか
131131

132-
たとえば、`npm test`を実行して次のようにテスト失敗している場合のエラーメッセージを見てみましょう
132+
たとえば、`npm test`を実行して次のようにテストが失敗している場合のエラーメッセージを見てみましょう
133133

134134
```shell
135135
$ npm test

0 commit comments

Comments
 (0)