Skip to content

Commit 3a548aa

Browse files
committed
docs: add testing.md references to development-guideline and architecture
Add cross-references to testing.md in: - development-guideline.md: Testing Guidelines section - architecture.md: テスト戦略と依存関係 section Makes testing strategy more discoverable when reading development docs.
1 parent e01511f commit 3a548aa

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

docs/architecture.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -823,6 +823,8 @@ background.ts (実行)
823823

824824
## テスト戦略と依存関係
825825

826+
> **📖 包括的なテスト戦略については [testing.md](testing.md) を参照してください。このセクションはテストのアーキテクチャ的側面に焦点を当てています。**
827+
826828
### ユニットテストの依存関係
827829

828830
```mermaid

docs/development-guideline.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,10 @@ const sanitizedTitle = title.replaceAll(/[\[\]]/g, '');
481481

482482
## Testing Guidelines
483483

484+
> **📖 For comprehensive testing strategy including coverage goals, test layers, tools, and implementation roadmap, see [testing.md](testing.md)**
485+
486+
This section covers practical testing guidelines for writing tests.
487+
484488
### Test Structure
485489

486490
```javascript

0 commit comments

Comments
 (0)