updated tests

This commit is contained in:
Belén Curcio
2018-07-19 15:47:00 -03:00
parent 508d9618a2
commit 49d0296d5c
@@ -13,12 +13,12 @@ exports[`renders correctly 1`] = `
</div>
`;
exports[`should work correctly 1`] = `
exports[`should hide the div 1`] = `
<div>
<button
onClick={[Function]}
>
Click me and I disapear
Click me and I disappear
</button>
</div>
`;