dojo / test-extras

:rocket: Dojo 2 - set of modules to help with testing Dojo.
http://dojo.io
Other
0 stars 14 forks source link

Update harness.getRender() to support an array of DNode objects. #90

Closed edhager closed 6 years ago

edhager commented 6 years ago

I updated the appropriate test-extras interfaces to support an array of DNode objects.

Fixes #88

codecov[bot] commented 6 years ago

Codecov Report

Merging #90 into master will increase coverage by 0.18%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #90      +/-   ##
==========================================
+ Coverage   99.18%   99.37%   +0.18%     
==========================================
  Files           9        9              
  Lines         617      641      +24     
  Branches      173      180       +7     
==========================================
+ Hits          612      637      +25     
+ Partials        5        4       -1
Impacted Files Coverage Δ
src/support/d.ts 100% <ø> (ø) :arrow_up:
src/support/callListener.ts 100% <100%> (ø) :arrow_up:
src/harness.ts 99.32% <100%> (+0.75%) :arrow_up:

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 d758927...7506d4a. Read the comment docs.