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

refactor(parser): avoid circular mocks #137

Open
wants to merge 2 commits into
base: next
Choose a base branch
from

Conversation

omermorad
Copy link
Owner

Avoid circular mocks, closes #65

@omermorad omermorad linked an issue Jan 22, 2022 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Jan 24, 2022

Codecov Report

Merging #137 (61f9734) into next (9370127) will increase coverage by 0.29%.
The diff coverage is 95.23%.

Impacted file tree graph

@@            Coverage Diff             @@
##             next     #137      +/-   ##
==========================================
+ Coverage   84.98%   85.28%   +0.29%     
==========================================
  Files          18       18              
  Lines         453      462       +9     
  Branches      120      123       +3     
==========================================
+ Hits          385      394       +9     
  Misses         18       18              
  Partials       50       50              
Impacted Files Coverage Δ
packages/parser/src/lib/types/types.ts 100.00% <ø> (ø)
packages/parser/src/lib/parser/class-parser.ts 92.30% <93.75%> (+1.23%) ⬆️
.../parser/src/lib/handlers/class-callback-handler.ts 76.47% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9370127...61f9734. Read the comment docs.

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.

bug: avoid circular mocks
1 participant