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

Pass ctx as prop to provider component #37

Merged
merged 1 commit into from
Jan 19, 2018
Merged

Pass ctx as prop to provider component #37

merged 1 commit into from
Jan 19, 2018

Conversation

ganemone
Copy link
Contributor

Fixes #36

@codecov
Copy link

codecov bot commented Jan 19, 2018

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #37   +/-   ##
=======================================
  Coverage   82.35%   82.35%           
=======================================
  Files           6        6           
  Lines          51       51           
  Branches       11       11           
=======================================
  Hits           42       42           
  Misses          6        6           
  Partials        3        3
Impacted Files Coverage Δ
src/plugin.js 61.53% <ø> (ø) ⬆️

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 a4fb372...d134e37. Read the comment docs.

@@ -13,6 +13,7 @@ tape('hoc', async t => {
function TestComponent(props) {
didRender = true;
t.deepLooseEqual(props.test, testProvides);
t.notok(props.ctx, 'does not pass ctx through by default');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I read this as "no tok" and was confused.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol

@ganemone
Copy link
Contributor Author

!merge

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.

None yet

2 participants