Skip to content
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

Add guard methods for Moment #56

Merged
merged 14 commits into from
Jun 23, 2024
Merged

Add guard methods for Moment #56

merged 14 commits into from
Jun 23, 2024

Conversation

christian-kolb
Copy link
Contributor

@christian-kolb christian-kolb commented Jun 11, 2024

Changes

Added guard methods for Moment.

  • mustBeEqualTo
  • mustBeEqualToInTimeZone
  • mustNotBeEqualTo
  • mustNotBeEqualToInTimeZone
  • mustBeAfter
  • mustBeAfterInTimeZone
  • mustNotBeAfter
  • mustNotBeAfterInTimeZone
  • mustBeAfterOrEqualTo
  • mustBeAfterOrEqualToInTimeZone
  • mustNotBeAfterOrEqualTo
  • mustNotBeAfterOrEqualToInTimeZone
  • mustBeBefore
  • mustBeBeforeInTimeZone
  • mustNotBeBefore
  • mustNotBeBeforeInTimeZone
  • mustBeBeforeOrEqualTo
  • mustBeBeforeOrEqualToInTimeZone
  • mustNotBeBeforeOrEqualTo
  • mustNotBeBeforeOrEqualToInTimeZone

@christian-kolb christian-kolb self-assigned this Jun 11, 2024
Copy link

codecov bot commented Jun 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (653a356) to head (b37ff17).
Report is 4 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##                main       #56    +/-   ##
============================================
  Coverage     100.00%   100.00%            
- Complexity       217       325   +108     
============================================
  Files             16        24     +8     
  Lines            680       890   +210     
============================================
+ Hits             680       890   +210     

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

@christian-kolb christian-kolb changed the title Add guard methods Add guard methods for Moment Jun 23, 2024
@christian-kolb christian-kolb merged commit bf14894 into main Jun 23, 2024
6 checks passed
@christian-kolb christian-kolb deleted the guard-methods branch June 23, 2024 06:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant