ebiyy avatar

tdd

Test-Driven Development workflow guide. TODO - This skill is a placeholder for future development. W

作者 ebiyy|オープンソース

tdd

Test-Driven Development ワークフローガイド。

Status

Placeholder - 今後開発予定

Planned Topics

  • Red-Green-Refactor サイクル
  • Rust ユニットテストパターン
  • TypeScript/Vitest パターン
  • Tauri コマンドのテスト戦略
  • モック vs 統合テスト

Current Commands

pnpm test          # Frontend (Vitest)
pnpm test:rust     # Backend (cargo test)
pnpm test:all      # Both