-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
test: fix watch tests not including completion messages #58183
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: fix watch tests not including completion messages #58183
Conversation
Fast-track has been requested by @dario-piotrowicz. Please 👍 to approve. |
]); | ||
}); | ||
|
||
it('`--watch-path` ars without `=` used alongside `--watch` should not make it into the script', async () => { | ||
it('`--watch-path` args without `=` used alongside `--watch` should not make it into the script', async () => { |
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.
unrelated typo fix 🙂
a919cb9
to
7c8ec53
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #58183 +/- ##
=======================================
Coverage 90.15% 90.15%
=======================================
Files 630 630
Lines 186756 186756
Branches 36648 36649 +1
=======================================
+ Hits 168362 168365 +3
+ Misses 11193 11190 -3
Partials 7201 7201 🚀 New features to boost your workflow:
|
This comment was marked as outdated.
This comment was marked as outdated.
Landed in 6102159 |
Thanks a lot @LiviaMedeiros for helping getting this PR landed 🙏 |
Earlier I merged #57936 which was out of sync with main so it didn't include the watch completion messages introduced in #57926
This causes the watch tests to be failing on main, this PR is addressing this issue
I'm really sorry for the inconvenience 🙇