enhancement: add separate watch mode for Jest tests (#102)#113
Conversation
|
@durdana3105 is attempting to deploy a commit to the Deekshith Gowda HS's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
Caution Review failedPull request was closed or merged during review 📝 WalkthroughWalkthroughAdds a ChangesJest Watch Mode Script and Docs
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 Biome (2.4.16)package.jsonFile contains syntax errors that prevent linting: Line 12: Expected a property but instead found '}'. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Related Issue
Closes #102
Summary
Added a dedicated Jest watch mode script to improve the local development and testing workflow.
Changes Made
package.json
Added:
Also supports:
Documentation
Benefits
Usage
Run Jest in watch mode:
Run the standard test suite:
npm testGenerate coverage reports:
Testing
Summary by CodeRabbit
Documentation
Chores
test:watchnpm script for running tests in watch mode.