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(core): correct caching of touched declarations #4344 #4350

Merged
merged 1 commit into from
Nov 26, 2022

Conversation

satanTime
Copy link
Member

closes #4344

@codecov
Copy link

codecov bot commented Nov 26, 2022

Codecov Report

Base: 100.00% // Head: 100.00% // No change to project coverage 👍

Coverage data is based on head (233f014) compared to base (4263a24).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff            @@
##            master     #4350   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          221       223    +2     
  Lines         4572      4616   +44     
  Branches      1047      1053    +6     
=========================================
+ Hits          4572      4616   +44     
Impacted Files Coverage Δ
libs/ng-mocks/src/lib/mock/clone-providers.ts 100.00% <ø> (ø)
libs/ng-mocks/src/lib/common/core.def-stack.ts 100.00% <100.00%> (ø)
libs/ng-mocks/src/lib/common/func.is-mock.ts 100.00% <100.00%> (ø)
...mocks/src/lib/mock-builder/mock-builder.promise.ts 100.00% <100.00%> (ø)
.../lib/mock-builder/promise/handle-root-providers.ts 100.00% <100.00%> (ø)
...s/ng-mocks/src/lib/mock-helper/mock-helper.guts.ts 100.00% <100.00%> (ø)
...s/ng-mocks/src/lib/mock-module/create-resolvers.ts 100.00% <100.00%> (ø)
libs/ng-mocks/src/lib/mock-module/mock-module.ts 100.00% <100.00%> (ø)
libs/ng-mocks/src/lib/mock-module/mock-ng-def.ts 100.00% <100.00%> (ø)
libs/ng-mocks/src/lib/mock-pipe/mock-pipe.ts 100.00% <100.00%> (ø)
... and 4 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@satanTime satanTime merged commit 93f7273 into help-me-mom:master Nov 26, 2022
@satanTime satanTime deleted the issues/4344 branch November 26, 2022 13:43
@satanTime
Copy link
Member Author

v14.4.0 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.

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.

Bug: Can't export pipe MockOfAsyncPipe from MockOfPipeModule as it was neither declared nor imported!
1 participant