Skip to content

Instantly share code, notes, and snippets.

@kenwheeler
Last active February 8, 2016 15:29
Show Gist options
  • Save kenwheeler/f06c0b177ae7386eab0e to your computer and use it in GitHub Desktop.
Save kenwheeler/f06c0b177ae7386eab0e to your computer and use it in GitHub Desktop.
import React from "react";
import { shallow } from "enzyme";
import OurComponent from "../our-component";
describe("<OurComponent/>", () => {
// insert assertions here
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment