Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
inukshuk committed Feb 28, 2017
1 parent 7f3bba1 commit b0d5e6a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
13 changes: 13 additions & 0 deletions test/components/esper/image_test.js
@@ -0,0 +1,13 @@
'use strict'

const React = require('react')
const { shallow } = require('enzyme')

describe('EsperImage', () => {
const { EsperImage } = __require('components/esper/image')

it('has id esper', () => {
expect(shallow(<EsperImage/>)).to.have.id('esper')
})

})
13 changes: 0 additions & 13 deletions test/components/image/image_test.js

This file was deleted.

0 comments on commit b0d5e6a

Please sign in to comment.