| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Codecov ReportAll modified and coverable lines are covered by tests ✅ Additional details and impacted files @@ Coverage Diff @@
## main #56038 +/- ##
==========================================
+ Coverage 87.95% 87.99% +0.04%
==========================================
Files 656 656
Lines 188372 189103 +731
Branches 35979 36003 +24
==========================================
+ Hits 165687 166409 +722
- Misses 15851 15858 +7
- Partials 6834 6836 +2 |
Sorry, something went wrong.
| test('Worker threads report basic information', async (t) => { | ||
| await t.test('should include basic information about Worker threads', async () => { |
There was a problem hiding this comment.
nit: Could we also use describe/it to avoid using await t.test?
Not entirely sure about this: could we set concurrency: true, or is sequentiality needed?
Sorry, something went wrong.
There was a problem hiding this comment.
I followed what you said, thank you, the test is more readable
Sorry, something went wrong.
There was a problem hiding this comment.
I hope I understood correctly, when I used --test-concurrency I saw that the tests were successfully synchronized
Sorry, something went wrong.
Sorry, something went wrong.
There was a problem hiding this comment.
I'm blocking this because there is an approval now and as discussed in other places this is not an improvement in my opinion. I will remove the block once TSC officially decides that a mass refactor to node:test is good for the project.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Refactored report-worker tests to use the node:test module for better structure and consistency.
this is part of a long pull request: #56024