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 matcher .toBeTrimmed #646

Closed
wants to merge 4 commits into from

Conversation

giancosta86
Copy link

This pull request introduces a new matcher - .toBeTrimmed - ensuring that a string has neither leading nor trailing whitespace.

@changeset-bot
Copy link

changeset-bot bot commented Aug 8, 2023

🦋 Changeset detected

Latest commit: 653d3c3

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
jest-extended Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@codecov
Copy link

codecov bot commented Aug 20, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (d9bb3e3) 100.00% compared to head (f966778) 100.00%.

❗ Current head f966778 differs from pull request most recent head 653d3c3. Consider uploading reports for the commit 653d3c3 to get more accurate results

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #646   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           73        74    +1     
  Lines          674       681    +7     
  Branches       290       293    +3     
=========================================
+ Hits           674       681    +7     
Files Changed Coverage Δ
src/matchers/toBeTrimmed.js 100.00% <100.00%> (ø)

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

@giancosta86
Copy link
Author

TypeScript version added to more-jest.

@giancosta86 giancosta86 closed this Oct 4, 2023
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.

None yet

1 participant