dojo / interop

Provides bindings and interoperability between Dojo packages and other libraries
Other
1 stars 14 forks source link

Updates based on widget-core changes #12

Closed kitsonk closed 6 years ago

kitsonk commented 6 years ago

Type: bug

The following has been addressed in the PR:

Description:

This PR fixes breaking changes introduced in widget-core.

Because of this, the API for ReduxInjector removes .toInject() which is replaced by .get().

codecov[bot] commented 6 years ago

Codecov Report

Merging #12 into master will not change coverage. The diff coverage is 90.9%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #12   +/-   ##
=======================================
  Coverage   94.64%   94.64%           
=======================================
  Files           2        2           
  Lines          56       56           
  Branches       12       12           
=======================================
  Hits           53       53           
  Partials        3        3
Impacted Files Coverage Δ
src/dijit/DijitWrapper.ts 95.65% <100%> (ø) :arrow_up:
src/redux/ReduxInjector.ts 90% <85.71%> (ø) :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 8a85f2f...287610c. Read the comment docs.