I hereby claim:
- I am pho3nixf1re on github.
- I am mturney (https://keybase.io/mturney) on keybase.
- I have a public key whose fingerprint is 01CD 7192 11E4 E977 2AEA 6CF5 0FC0 6F79 FAA0 20CF
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
import React from 'react'; | |
import test from 'ava'; | |
import { render } from 'enzyme'; | |
const TestMe = ({ me }) => ( | |
<div> | |
<p>{me}</p> | |
</div> | |
); |