-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix/mock reset #434
Fix/mock reset #434
Conversation
PR Reviewer Guide 🔍(Review updated until commit 65a74d5)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨No code suggestions found for the PR. |
/review |
Persistent review updated to latest commit 65a74d5 |
PR Type
enhancement, configuration changes
Description
Enable automatic clearing and resetting of mocks in Jest.
Add ignore patterns for test paths in Jest configuration.
Changes walkthrough 📝
jest.config.js
Enhance Jest configuration for mock management and path ignoring
jest.config.js
clearMocks
andresetMocks
options.testPathIgnorePatterns
for node_modules, dist, and builddirectories.