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
fix: Jest configuration syntax error and test file standardization
- Fixed testMatch pattern in jest.config.js (removed extra '>' character)
- Renamed Select.test.tsx to Select.spec.tsx for consistency
- Moved Select test to proper __tests__ directory structure
- Updated import path and snapshot for relocated test file
- All 4 test suites now pass with 18 tests total
0 commit comments