Open
Conversation
striderkein
reviewed
Mar 8, 2026
Collaborator
striderkein
left a comment
There was a problem hiding this comment.
@hisxz ご提出いただきありがとうございました ❗
内容を確認いたしました。結果については追ってメールにてご連絡いたします 🐱
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
伊沢栄起
RUN v2.1.9 /Users/hideki/project/smt/worksample-frontend
✓ src/q3-custom-hook/useForm.test.ts > Q3: useForm カスタムフック > 初期値が正しくセットされる
✓ src/q3-custom-hook/useForm.test.ts > Q3: useForm カスタムフック > setValue で値が更新される
✓ src/q3-custom-hook/useForm.test.ts > Q3: useForm カスタムフック > setTouched でフィールドが touched になり、バリデーションが実行される
✓ src/q3-custom-hook/useForm.test.ts > Q3: useForm カスタムフック > touched なフィールドは setValue 時にバリデーションが実行される
✓ src/q3-custom-hook/useForm.test.ts > Q3: useForm カスタムフック > 未 touched のフィールドは setValue 時にバリデーションされない
✓ src/q3-custom-hook/useForm.test.ts > Q3: useForm カスタムフック > validate() で全フィールドのバリデーションが実行される
✓ src/q3-custom-hook/useForm.test.ts > Q3: useForm カスタムフック > 全フィールドが正しい場合 validate() は true を返す
✓ src/q3-custom-hook/useForm.test.ts > Q3: useForm カスタムフック > reset() で全状態が初期化される
✓ src/q3-custom-hook/useForm.test.ts > Q3: useForm カスタムフック > バリデーションルールは最初のエラーのみ返す
✓ src/q1-type-definition/UserCard.test.tsx > Q1: UserCard 型定義 + コンポーネント実装 > 必須 Props で正しくレンダリングされる
✓ src/q1-type-definition/UserCard.test.tsx > Q1: UserCard 型定義 + コンポーネント実装 > email が渡された場合に表示される
✓ src/q1-type-definition/UserCard.test.tsx > Q1: UserCard 型定義 + コンポーネント実装 > onContact が email と共に呼び出される
✓ src/q1-type-definition/UserCard.test.tsx > Q1: UserCard 型定義 + コンポーネント実装 > role ごとに正しい日本語ラベルが表示される
✓ src/q2-hooks-basics/UserList.test.tsx > Q2: UserList > ローディング中に「読み込み中...」が表示される
✓ src/q2-hooks-basics/UserList.test.tsx > Q2: UserList > 取得成功時にユーザー一覧が表示される
✓ src/q2-hooks-basics/UserList.test.tsx > Q2: UserList > ユーザーが0件の場合に「ユーザーがいません」が表示される
✓ src/q2-hooks-basics/UserList.test.tsx > Q2: UserList > 取得失敗時にエラーメッセージが表示される
✓ src/q4-refactor/TaskManager.test.tsx > Q4: TaskManager リファクタリング > 初期表示で統計が 0/0/0 である
✓ src/q4-refactor/TaskManager.test.tsx > Q4: TaskManager リファクタリング > タスクを追加できる
✓ src/q4-refactor/TaskManager.test.tsx > Q4: TaskManager リファクタリング > 空のタスク名では追加されない
✓ src/q4-refactor/TaskManager.test.tsx > Q4: TaskManager リファクタリング > タスクの完了/未完了を切り替えられる
✓ src/q4-refactor/TaskManager.test.tsx > Q4: TaskManager リファクタリング > タスクを削除できる
✓ src/q4-refactor/TaskManager.test.tsx > Q4: TaskManager リファクタリング > フィルターが正しく動作する
✓ src/q4-refactor/TaskManager.test.tsx > Q4: TaskManager リファクタリング > 追加後にフォームがリセットされる
✓ src/q4-refactor/TaskManager.test.tsx > Q4: TaskManager リファクタリング > TaskForm, TaskList, TaskFilter, TaskItem が分割されている
Test Files 4 passed (4)
Tests 25 passed (25)
Start at 19:09:43
Duration 526ms (transform 100ms, setup 131ms, collect 250ms, tests 110ms, environment 732ms, prepare 183ms)