test: use node:test in test-cli-syntax-bad#54513
Closed
avivkeller wants to merge 3 commits intonodejs:mainfrom
Closed
test: use node:test in test-cli-syntax-bad#54513avivkeller wants to merge 3 commits intonodejs:mainfrom
node:test in test-cli-syntax-bad#54513avivkeller wants to merge 3 commits intonodejs:mainfrom
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #54513 +/- ##
==========================================
+ Coverage 87.34% 87.61% +0.26%
==========================================
Files 649 650 +1
Lines 182524 182945 +421
Branches 35026 35395 +369
==========================================
+ Hits 159420 160280 +860
+ Misses 16373 15926 -447
- Partials 6731 6739 +8 |
benjamingr
approved these changes
Aug 23, 2024
node:test in test-cli-syntax.badnode:test in test-cli-syntax-bad
MoLow
approved these changes
Aug 26, 2024
jasnell
reviewed
Aug 27, 2024
jasnell
approved these changes
Aug 27, 2024
Co-authored-by: James M Snell <jasnell@gmail.com>
Contributor
|
It looks like there are CI failures. |
Member
Author
Not anymore 😃 |
This comment was marked as outdated.
This comment was marked as outdated.
Collaborator
jasnell
pushed a commit
that referenced
this pull request
Sep 10, 2024
PR-URL: #54513 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: James M Snell <jasnell@gmail.com>
Member
|
Landed in 5de919b |
aduh95
pushed a commit
that referenced
this pull request
Sep 12, 2024
PR-URL: #54513 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: James M Snell <jasnell@gmail.com>
aduh95
pushed a commit
that referenced
this pull request
Sep 13, 2024
PR-URL: #54513 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: James M Snell <jasnell@gmail.com>
aduh95
pushed a commit
that referenced
this pull request
Sep 13, 2024
PR-URL: #54513 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: James M Snell <jasnell@gmail.com>
Merged
louwers
pushed a commit
to louwers/node
that referenced
this pull request
Nov 2, 2024
PR-URL: nodejs#54513 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: James M Snell <jasnell@gmail.com>
tpoisseau
pushed a commit
to tpoisseau/node
that referenced
this pull request
Nov 21, 2024
PR-URL: nodejs#54513 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: James M Snell <jasnell@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Now this test will output in the following format (via
node:test). This can make debugging easier: