Skip to content

toBeMaxOf() #24

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

Merged
merged 2 commits into from
Jul 30, 2024
Merged

toBeMaxOf() #24

merged 2 commits into from
Jul 30, 2024

Conversation

faissaloux
Copy link
Owner

    expect(6)->toBeMaxOf([-6, 0, 6]);
    expect(5.5)->not->toBeMaxOf([2, 4.2, 5.5, 6]);

@faissaloux faissaloux added the enhancement New feature or request label Jul 30, 2024
@faissaloux faissaloux added this to the 1.2.0 milestone Jul 30, 2024
@faissaloux faissaloux self-assigned this Jul 30, 2024
@codecov-commenter
Copy link

codecov-commenter commented Jul 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (a74d6d3) to head (69381f1).
Report is 3 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##                main       #24   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
- Complexity        20        21    +1     
===========================================
  Files              2         2           
  Lines             48        50    +2     
===========================================
+ Hits              48        50    +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@faissaloux faissaloux merged commit 6d150d6 into main Jul 30, 2024
28 checks passed
@faissaloux faissaloux deleted the tobemaxof branch July 30, 2024 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants