Skip to content

Instantly share code, notes, and snippets.

@felipecesr
Last active October 2, 2019 21:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save felipecesr/0c5dddbfb174c98db633e294d42c175c to your computer and use it in GitHub Desktop.
Save felipecesr/0c5dddbfb174c98db633e294d42c175c to your computer and use it in GitHub Desktop.
// Card.js
import React from 'react';
export const Card = () => <div>John Wick</div>;
// Card.test.js
import { Card } from '../src/Card';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment