Commit d5c6f65
catlog22
feat(tests): enhance test coverage with integration and utility tests
- Updated QueueCard tests to use getAllByText for better resilience against multiple occurrences.
- Modified useCodexLens tests to check for error existence instead of specific message.
- Added mock for ResizeObserver in test setup to support components using it.
- Introduced integration tests for appStore and hooks interactions, covering locale and theme flows.
- Created layout-utils tests to validate pane manipulation functions.
- Added queryKeys tests to ensure correct key generation for workspace queries.
- Implemented utils tests for class name merging and memory metadata parsing.1 parent 8665ea7 commit d5c6f65
25 files changed
Lines changed: 1439 additions & 2340 deletions
File tree
- .claude
- commands
- skills
- team-planex
- team-quality-assurance/roles/coordinator
- commands
- workflow-lite-plan
- workflow-plan
- workflow-tdd
- workflow-test-fix
- ccw/frontend
- coverage
- src
- __tests__/integration
- components/issue/queue
- hooks
- lib
- test
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
64 | 94 | | |
65 | 95 | | |
66 | 96 | | |
| |||
114 | 144 | | |
115 | 145 | | |
116 | 146 | | |
| 147 | + | |
117 | 148 | | |
118 | 149 | | |
119 | 150 | | |
| |||
282 | 313 | | |
283 | 314 | | |
284 | 315 | | |
| 316 | + | |
| 317 | + | |
285 | 318 | | |
286 | 319 | | |
287 | 320 | | |
| |||
411 | 444 | | |
412 | 445 | | |
413 | 446 | | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
414 | 451 | | |
415 | 452 | | |
416 | 453 | | |
| |||
430 | 467 | | |
431 | 468 | | |
432 | 469 | | |
| 470 | + | |
| 471 | + | |
433 | 472 | | |
434 | 473 | | |
435 | 474 | | |
| |||
610 | 649 | | |
611 | 650 | | |
612 | 651 | | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
| 655 | + | |
613 | 656 | | |
614 | 657 | | |
615 | 658 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | | - | |
| 196 | + | |
| 197 | + | |
197 | 198 | | |
198 | 199 | | |
199 | 200 | | |
| |||
253 | 254 | | |
254 | 255 | | |
255 | 256 | | |
256 | | - | |
| 257 | + | |
257 | 258 | | |
258 | 259 | | |
259 | 260 | | |
| |||
0 commit comments