jfairbank / redux-saga-test-plan

Test Redux Saga with an easy plan.
http://redux-saga-test-plan.jeremyfairbank.com
MIT License
1.25k stars 127 forks source link

Fix remaining CPSEffect TypeScript generic #308

Closed bbil closed 5 years ago

bbil commented 5 years ago

Picking up one missed fix from this previous PR https://github.com/jfairbank/redux-saga-test-plan/pull/302

codecov-io commented 5 years ago

Codecov Report

Merging #308 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #308   +/-   ##
=======================================
  Coverage   99.59%   99.59%           
=======================================
  Files          22       22           
  Lines         748      748           
  Branches      154      154           
=======================================
  Hits          745      745           
  Misses          3        3

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 e8e05a3...bd541fd. Read the comment docs.

jp928 commented 5 years ago

@bbil Thanks for your pull request. It's been merged.

bbil commented 5 years ago

No problemo!

For now I'm going to point my package.json at my fork, to get the build moving along. Do you know when the next version will be published to npm?

jp928 commented 5 years ago

@bbil I will release it today.