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(mock-render): apply overrides to components with no selectors #1876 #1887

Merged
merged 2 commits into from
Feb 17, 2022

Conversation

satanTime
Copy link
Member

closes #1876

@codecov-commenter
Copy link

Codecov Report

Merging #1887 (b032746) into master (0d67a45) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master     #1887   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          221       221           
  Lines         4251      4257    +6     
  Branches       939       939           
=========================================
+ Hits          4251      4257    +6     
Impacted Files Coverage Δ
libs/ng-mocks/src/lib/common/core.helpers.ts 100.00% <ø> (ø)
...ng-mocks/src/lib/common/core.reflect.body-catch.ts 100.00% <ø> (ø)
libs/ng-mocks/src/lib/common/mock.ts 100.00% <ø> (ø)
...ib/mock-builder/promise/handle-entry-components.ts 100.00% <ø> (ø)
...ocks/src/lib/mock-helper/mock-helper.attributes.ts 100.00% <ø> (ø)
...ib/mock-helper/template-ref/detect-template-ref.ts 100.00% <ø> (ø)
...g-mocks/src/lib/mock-render/mock-render-factory.ts 100.00% <ø> (ø)
libs/ng-mocks/src/lib/common/core.injector.ts 100.00% <100.00%> (ø)
...-mocks/src/lib/common/ng-mocks-global-overrides.ts 100.00% <100.00%> (ø)
...ck-helper/func.parse-provider-tokens-directives.ts 100.00% <100.00%> (ø)
... and 1 more

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 0d67a45...b032746. Read the comment docs.

@satanTime satanTime merged commit 3c2d47e into help-me-mom:master Feb 17, 2022
@satanTime
Copy link
Member Author

v13.0.3 has been released and contains a fix for the issue. Feel free to reopen the issue or to submit a new one if you meet any problems.

@satanTime satanTime deleted the issues/1876 branch March 19, 2022 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Component Provider not mocked when no selector
2 participants