Skip to content

Instantly share code, notes, and snippets.

View goldblade's full-sized avatar
🏠
Working from home

Eduardo Júnior goldblade

🏠
Working from home
View GitHub Profile
@goldblade
goldblade / 01-simple.test.js
Created July 7, 2018 20:38 — forked from a-h/01-simple.test.js
Testing styled Material UI components with Enzyme
import React from 'react';
import { shallow } from 'enzyme';
const Item = text => <p>Item {text}</p>;
const Composition = ({ showB }) => (
<p>
<Item text="A" />
{showB && <Item text="B" />}
</p>);

Dev List Bookmarks

Attention: the list was moved to https://github.com/vitorbritto/dev-list

This page is not maintained anymore, please update your bookmarks.


Recently, I decided to organize my bookmarks. So, like a good fellow, I am sharing with you. I hope you enjoy!