-
Notifications
You must be signed in to change notification settings - Fork 643
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
fix(expect): support expect.objectContaining
#6065
Conversation
…deno_std into feat/expect-object-containing * 'feat/expect-object-containing' of github.com:eryue0220/deno_std: BREAKING(io): remove `StringReader` (denoland#6062) BREAKING(io): remove `StringWriter` (denoland#6061) BREAKING(io): remove `MultiReader` (denoland#6059) BREAKING(io): remove `LimitedReader` (denoland#6058) chore: fix heading level in Releases.md (denoland#6044) BREAKING(io): remove `readDelim()` (denoland#6052) BREAKING(io): remove `BufWriter` (denoland#6057) BREAKING(io): remove `BufReader` (denoland#6056)
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6065 +/- ##
==========================================
- Coverage 96.76% 96.58% -0.18%
==========================================
Files 508 536 +28
Lines 39101 40649 +1548
Branches 5786 6101 +315
==========================================
+ Hits 37836 39262 +1426
- Misses 1225 1343 +118
- Partials 40 44 +4 ☔ View full report in Codecov by Sentry. |
expect.objectContaining
expect.objectContaining
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. Thanks for the contribution!
Part of #3964, support expect.objectContaining api