import React from 'react' import { shallow, render } from 'enzyme' import { expect } from 'chai' import * as common from './common' import '../enzyme-conf.spec' describe('Common modules', function() { describe('', function() { it('renders', function() { shallow() }) }) describe('', function() { it('renders', function() { shallow() }) }) describe('

', function() { it('renders', function() { shallow() }) }) describe('

', function() { it('renders', function() { shallow() }) }) describe('', function() { it('renders', function() { shallow() }) it('contains a link to the image', function() { const wrapper = render() expect(wrapper.html()).to.contain( '' ) }) }) describe('', function() { it('renders', function() { shallow() }) }) describe('', function() { it('renders', function() { shallow() }) }) describe('', function() { it('renders', function() { shallow() }) }) describe('', function() { it('renders', function() { shallow() }) }) })