-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
test/integration/README: remove ref to non-existent dir #5516
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
base: main
Are you sure you want to change the base?
Conversation
The directory `test/integration/cli` does not exist. The reference was introduced in b1f26e2, and the directory did not exist in that commit either. See: https://github.com/mochajs/mocha/tree/b1f26e2955211003bdf1fd3f445a5c39c1235a81/test/integration/cli
|
|
JoshuaKGoldberg
left a comment
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.
Nice spot, thanks! 👏
|
I was hoping to write a test for a CLI invocation... 😞 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5516 +/- ##
=======================================
Coverage 93.69% 93.69%
=======================================
Files 57 57
Lines 4391 4391
Branches 850 850
=======================================
Hits 4114 4114
Misses 277 277 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@alxndrsn are you able to sign the CLA? (not sure if this is a "you need to sign" or "the bot isn't recognizing that you signed") |
I think this is signed, per #5506 (comment) |
The directory
test/integration/clidoes not exist.The reference was introduced in b1f26e2, and the directory did not exist in that commit either.
See:
PR Checklist
status: accepting prsOverview
Removes reference to non-existent directory.