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 non-object functional child case for modifying wrapped children in test renders #851

Merged
merged 2 commits into from
Oct 12, 2020

Conversation

maier49
Copy link
Contributor

@maier49 maier49 commented Oct 9, 2020

Type: bug

The following has been addressed in the PR:

Description:
This properly calls and compares functions that are not part of objects, resolving the other part of #775 that was missed by the previous fix
Resolves #775

@codesandbox-ci
Copy link

codesandbox-ci bot commented Oct 9, 2020

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 9d13260:

Sandbox Source
dojo/dojo-codesandbox-template Configuration

@codecov
Copy link

codecov bot commented Oct 9, 2020

Codecov Report

Merging #851 into master will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #851   +/-   ##
=======================================
  Coverage   94.83%   94.84%           
=======================================
  Files         127      127           
  Lines        8036     8046   +10     
  Branches     1863     1868    +5     
=======================================
+ Hits         7621     7631   +10     
  Misses        415      415           
Impacted Files Coverage Δ
src/core/vdom.ts 97.91% <100.00%> (+<0.01%) ⬆️
src/testing/decorate.ts 98.01% <100.00%> (+0.01%) ⬆️
src/testing/renderer.ts 97.69% <100.00%> (+0.02%) ⬆️

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 a8606fb...9d13260. Read the comment docs.

@maier49 maier49 changed the title Fix non-object functional child case Fix non-object functional child case for modifying wrapped children in test renders Oct 9, 2020
@maier49 maier49 merged commit 2d95a68 into dojo:master Oct 12, 2020
@maier49 maier49 deleted the finding-wrapped-functional-children branch October 12, 2020 18:07
rorticus pushed a commit to rorticus/framework that referenced this pull request Oct 21, 2020
rorticus added a commit that referenced this pull request Oct 21, 2020
…n test renders (#851) (#852)

Co-authored-by: Bradley Maier <bmaier@sitepen.com>
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.

Wrapped test nodes not accessible if within functional children
3 participants