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

fix: fix typings of it() and test() helpers #582

Merged
merged 1 commit into from
Jul 22, 2024

Conversation

mrazauskas
Copy link
Contributor

Fixes #579

Here is a fix for minor typings issue as suggested in #579 (comment)

Copy link

codecov bot commented Jul 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.25%. Comparing base (2b1eff0) to head (77ad75f).

Additional details and impacted files
@@             Coverage Diff             @@
##              main     #582      +/-   ##
===========================================
- Coverage   100.00%   99.25%   -0.75%     
===========================================
  Files           26       26              
  Lines         2287     2287              
  Branches       458      437      -21     
===========================================
- Hits          2287     2270      -17     
- Misses           0       17      +17     
Flag Coverage Δ
linux 99.25% <100.00%> (ø)
osx ?
windows ?

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@wellwelwel
Copy link
Owner

Thanks, @mrazauskas 🤝

@wellwelwel wellwelwel merged commit babd214 into wellwelwel:main Jul 22, 2024
27 checks passed
@mrazauskas mrazauskas deleted the fix-it-and-test-typings branch July 22, 2024 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Typings of test() and it()
2 participants