active-enzyme
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "active-enzyme", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Boilerplate-free Enzyme testing", | ||
@@ -5,0 +5,0 @@ "main": "build.js", |
@@ -109,3 +109,3 @@ # active-enzyme [![Build Status](https://travis-ci.org/pelotom/active-enzyme.svg?branch=master)](https://travis-ci.org/pelotom/active-enzyme) | ||
import React from 'react' | ||
import { shallow } from 'active-enzyme' | ||
import { makeAnalyzer } from 'active-enzyme' | ||
import Greeting from './Greeting' | ||
@@ -112,0 +112,0 @@ import styles from './Greeting.css' |
17879