Skip to content

Commit

Permalink
Use scoped version of react-testing-library
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Oct 29, 2019
1 parent 2e49146 commit 2cd5077
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"@testing-library/react": "^9.3.0",
"babel-eslint": "11.0.0-beta.0",
"babel-plugin-macros": "^2.2.2",
"babel-plugin-transform-define": "^1.3.0",
Expand All @@ -73,7 +74,6 @@
"prettier": "^1.16.4",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-testing-library": "^5.2.0",
"rimraf": "^2.6.1",
"rollup": "^1.1.2",
"rollup-plugin-babel": "^4.0.3",
Expand Down
2 changes: 1 addition & 1 deletion src/__tests__/index.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from 'react';
import { render } from 'react-testing-library';
import { render } from '@testing-library/react';
import TextareaAutosize from '../index';
import 'jest-dom/extend-expect';

Expand Down

0 comments on commit 2cd5077

Please sign in to comment.