dojo / test-extras

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

harness getRender() return does not include DNode[] #88

Closed kitsonk closed 6 years ago

kitsonk commented 6 years ago

Bug

Widgets can return a DNode[] in addition to DNode but the return type of .getRender() is just DNode. It should be DNode | DNode[].

edhager commented 6 years ago

The fix for this also fixes #87.