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(test): Update Jest configuration and .gitignore
- Add .nvmrc to .gitignore to prevent Node version files from being tracked.
- Update Jest configuration to allow transformation of additional
modules and fix Haste module naming collisions.
- Adjust the Jest setup to ensure consistent test behavior by importing
necessary libraries correctly.
These changes enhance the testing environment and maintain cleaner
project files.
0 commit comments