-
-
Notifications
You must be signed in to change notification settings - Fork 756
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
Remove unnecessary jest configuration file #5258
Conversation
90fdd65
to
b6f83e3
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5258 +/- ##
==========================================
+ Coverage 91.41% 91.83% +0.41%
==========================================
Files 281 281
Lines 38854 38856 +2
Branches 6704 6793 +89
==========================================
+ Hits 35517 35682 +165
+ Misses 3210 3045 -165
- Partials 127 129 +2 ☔ View full report in Codecov by Sentry. |
b6f83e3
to
18f17bd
Compare
I don't know why the |
Thanks! |
@HarelM I'll update after your PR merges with the main branch |
Better to have it have as I'm waiting for feedback on the other PR... |
…tests' into remove-jest-config
This PR removes the
tsconfig.jest.json
file.It is unnecessary it has been replaced from Jest to Vitest 2. (#4728)
Launch Checklist
CHANGELOG.md
under the## main
section.