-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
test_runner: support typescript files in default glob #55081
Conversation
Review requested:
|
kPatterns
9264b9e
to
ea8bdb4
Compare
ea8bdb4
to
0a4f389
Compare
May be worths also to update docs section. Currently is only mentioned there that js files will be processed |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #55081 +/- ##
=======================================
Coverage 88.24% 88.25%
=======================================
Files 652 651 -1
Lines 183880 183859 -21
Branches 35858 35857 -1
=======================================
- Hits 162271 162261 -10
+ Misses 14900 14891 -9
+ Partials 6709 6707 -2
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code and docs changes LGTM, but see the previous comment on the test.
4e5221b
to
277c56e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Landed in 27dab9d |
PR-URL: #55081 Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: #55081 Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: nodejs#55081 Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This is a draft. I haven't added tests for this change yet.Ready for review
Fixes #55078
Fixes nodejs/help#3902