We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5fd61b commit 9adb205Copy full SHA for 9adb205
source/use-case/nodecli/refactor-and-unittest/README.md
@@ -121,13 +121,13 @@ Mochaのユニットテストは`test`ディレクトリの中にJavaScriptフ
121
122
[import, title:"test/fixtures/expected-gfm.html"](./src/test/fixtures/expected-gfm.html)
123
124
-ユニットテストの準備ができたら、もう一度改めて`npm test`コマンドを実行しましょう。1件のテストが通れば成功です。
+ユニットテストの準備ができたら、もう一度改めて`npm test`コマンドを実行しましょう。2件のテストが通れば成功です。
125
126
```shell-session
127
$ npm test
128
> mocha
129
130
- ✓ converts Markdown to HTML
+ ✓ converts Markdown to HTML (GFM=false)
131
✓ converts Markdown to HTML (GFM=true)
132
133
2 passing (31ms)
0 commit comments