You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed 9 PropTypes documentation tests that documented BUG #6
(PropTypes typo), which was already fixed in commit b38ce7e.
CONTEXT:
Phase 1 tests documented the bug where components used `propType`
instead of `propTypes`, which disabled PropTypes validation.
BUG #6 was fixed on 2025-10-25, so these documentation tests now
fail because the bug no longer exists.
CHANGES:
- Deleted 1 test from ArrayItemControl.test.jsx
- Deleted 2 tests from ChannelMap.test.jsx
- Deleted 1 test from CheckboxList.test.jsx
- Deleted 2 tests from ListElement.test.jsx
- Deleted 1 test from RadioList.test.jsx
- Deleted 2 tests from SelectInputPairElement.test.jsx
TEST RESULTS:
- Before: 1,237/1,246 passing (9 failing)
- After: 1,237/1,237 passing (100%)
TASKS.md UPDATES:
- Marked BUG #7 (empty string validation) as complete
- Fixed bug numbering (next bug is now BUG #8)
🤖 Generated with Claude Code (https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments