Skip to content

Commit

Permalink
fix(extend-expect): remove expect import
Browse files Browse the repository at this point in the history
Closes #34
  • Loading branch information
Kent C. Dodds committed Apr 2, 2018
1 parent fd2df8d commit a8857b6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/extend-expect.js
@@ -1,7 +1,4 @@
import expect from 'expect' //eslint-disable-line import/no-extraneous-dependencies
import extensions from './jest-extensions'

const {toBeInTheDOM, toHaveTextContent} = extensions
expect.extend({toBeInTheDOM, toHaveTextContent})

export default expect

0 comments on commit a8857b6

Please sign in to comment.