Skip to content

Commit ec21525

Browse files
committed
docs: fix step
1 parent 58c879e commit ec21525

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

docs/ja/steps/index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@
1212
| 03 | `03-describe-suites` | グループ化のための `describe()` ブロック |
1313
| 04 | `04-lifecycle-hooks` | `beforeEach`, `afterEach`, `beforeAll`, `afterAll` |
1414
| 05 | `05-error-reporting` | カラー出力、diff、スタックトレース |
15-
| 06 | `06-isolate` | Worker threads によるテストファイルの分離実行 |
16-
| 07 | `07-watch-mode` | chokidar によるファイル監視 |
17-
| 08 | `08-reporters` | プラガブルなレポーターシステム |
15+
| 06 | `06-parallel` | `Promise.all` による並列テスト実行 |
16+
| 07 | `07-isolate` | Worker threads によるテストファイルの分離実行 |
17+
| 08 | `08-watch-mode` | chokidar によるファイル監視 |
18+
| 09 | `09-reporters` | プラガブルなレポーターシステム |
1819

1920
## 実行方法
2021

docs/steps/index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ This tutorial walks you through building a minimal Vitest implementation step by
1212
| 03 | `03-describe-suites` | `describe()` blocks for grouping tests |
1313
| 04 | `04-lifecycle-hooks` | `beforeEach`, `afterEach`, `beforeAll`, `afterAll` |
1414
| 05 | `05-error-reporting` | Colored output, diff, and stack traces |
15-
| 06 | `06-isolate` | Test file isolation via Worker threads |
16-
| 07 | `07-watch-mode` | File watching with chokidar |
17-
| 08 | `08-reporters` | Pluggable reporter system |
15+
| 06 | `06-parallel` | Parallel test file execution with `Promise.all` |
16+
| 07 | `07-isolate` | Test file isolation via Worker threads |
17+
| 08 | `08-watch-mode` | File watching with chokidar |
18+
| 09 | `09-reporters` | Pluggable reporter system |
1819

1920
## Running Examples
2021

0 commit comments

Comments
 (0)