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

feat(internal,expect,testing): @std/expect jest compatible fn and unified mock experience with @std/testing/mock #6317

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

feat(expect,testing): add cross tests

7b4cf2a
Select commit
Loading
Failed to load commit list.
Open

feat(internal,expect,testing): @std/expect jest compatible fn and unified mock experience with @std/testing/mock #6317

feat(expect,testing): add cross tests
7b4cf2a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 30, 2024 in 0s

96.37% (+0.02%) compared to 08fe910

View this Pull Request on Codecov

96.37% (+0.02%) compared to 08fe910

Details

Codecov Report

Attention: Patch coverage is 97.08589% with 38 lines in your changes missing coverage. Please review.

Project coverage is 96.37%. Comparing base (08fe910) to head (7b4cf2a).

Files with missing lines Patch % Lines
expect/unstable_expect.ts 87.89% 27 Missing ⚠️
expect/_unstable_matchers.ts 97.38% 8 Missing ⚠️
expect/_unstable_mock_utils.ts 72.72% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6317      +/-   ##
==========================================
+ Coverage   96.34%   96.37%   +0.02%     
==========================================
  Files         547      555       +8     
  Lines       41671    42970    +1299     
  Branches     6314     6524     +210     
==========================================
+ Hits        40147    41411    +1264     
- Misses       1482     1517      +35     
  Partials       42       42              

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