mirror of
https://github.com/kou029w/nodejs-hands-on.git
synced 2025-01-18 16:08:05 +00:00
fix
This commit is contained in:
parent
a13f0f274e
commit
0d8f064935
1 changed files with 3 additions and 3 deletions
|
@ -48,7 +48,7 @@ Node.jsでESMを取り扱えるようにするためには `package.json` ファ
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ node --test
|
$ node --test
|
||||||
✔ 1と2の合計は3です (0.546922ms)
|
✔ 1と2の合計は3です (0.54321ms)
|
||||||
ℹ tests 1
|
ℹ tests 1
|
||||||
ℹ suites 0
|
ℹ suites 0
|
||||||
ℹ pass 1
|
ℹ pass 1
|
||||||
|
@ -56,13 +56,13 @@ $ node --test
|
||||||
ℹ cancelled 0
|
ℹ cancelled 0
|
||||||
ℹ skipped 0
|
ℹ skipped 0
|
||||||
ℹ todo 0
|
ℹ todo 0
|
||||||
ℹ duration_ms 65.244086
|
ℹ duration_ms 65.4321
|
||||||
```
|
```
|
||||||
|
|
||||||
問題なく実行できましたか?
|
問題なく実行できましたか?
|
||||||
|
|
||||||
```
|
```
|
||||||
✔ 1と2の合計は3です (0.546922ms)
|
✔ 1と2の合計は3です
|
||||||
```
|
```
|
||||||
|
|
||||||
画面に表示されたこの部分は「テスト "1と2の合計は3です" が実行され、そのテストは合格しました ✅」ということを意味しています。
|
画面に表示されたこの部分は「テスト "1と2の合計は3です" が実行され、そのテストは合格しました ✅」ということを意味しています。
|
||||||
|
|
Loading…
Add table
Reference in a new issue