Added missing dependency and test updated

This commit is contained in:
Belén Curcio
2018-07-26 11:45:20 -03:00
parent 325f453476
commit 2c4ce9169d
9 changed files with 87 additions and 7 deletions
@@ -15,5 +15,12 @@ exports[`renders username and body 1`] = `
<withPropsOnChange(Typography)>
Woof
</withPropsOnChange(Typography)>
<div
className="Comment-footer"
>
<withContext(LocalStateContainer)
commentID="comment-id"
/>
</div>
</div>
`;