We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd2df8d commit a8857b6Copy full SHA for a8857b6
src/extend-expect.js
@@ -1,7 +1,4 @@
1
-import expect from 'expect' //eslint-disable-line import/no-extraneous-dependencies
2
import extensions from './jest-extensions'
3
4
const {toBeInTheDOM, toHaveTextContent} = extensions
5
expect.extend({toBeInTheDOM, toHaveTextContent})
6
-
7
-export default expect
0 commit comments