Skip to content

Instantly share code, notes, and snippets.

View reginacarneiro's full-sized avatar

Regina Carneiro reginacarneiro

View GitHub Profile
{
"name": "Amazing App",
"display_name": "Amazing App",
"notes": "The best app",
"description": "A really amazing app",
"listing_summary": "A really amazing app",
"version_number": "1.0.0",
"scopes": [
"reports:read",
"reports:write",
{
"name": "Amazing App",
"display_name": "Amazing App",
"notes": "The best app",
"description": "A really amazing app",
"listing_summary": "A really amazing app",
"version_number": "1.0.0",
"scopes": [
"reports:read",
"reports:write",
@reginacarneiro
reginacarneiro / !react-enzyme-render-methods.md
Created March 21, 2017 13:39 — forked from richardscarrott/!react-enzyme-render-methods.md
react-enzyme - `shallow` vs `mount` vs `render` lifecycle methods

An exploration of the different render methods available in react-enzyme.