Skip to content

toBeMinOf() #25

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
Aug 1, 2024
Merged

toBeMinOf() #25

merged 2 commits into from
Aug 1, 2024

Conversation

faissaloux
Copy link
Owner

@faissaloux faissaloux commented Jul 31, 2024

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

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

codecov-commenter commented Jul 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (6d150d6) to head (2b4d8b9).

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

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

@faissaloux faissaloux merged commit f0bb570 into main Aug 1, 2024
28 checks passed
@faissaloux faissaloux deleted the tobeminof branch August 1, 2024 14:30
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