Merge pull request #900 from spotify/eide/bump-tl-jest-dom-5-7-0

Manually bump @testing-library/jest-dom from 4.2.4 to 5.7.0
This commit is contained in:
Patrik Oldsberg
2020-05-18 15:08:17 +02:00
committed by GitHub
35 changed files with 55 additions and 73 deletions
+1 -1
View File
@@ -32,7 +32,7 @@
"@backstage/cli": "^0.1.1-alpha.5",
"@backstage/dev-utils": "^0.1.1-alpha.5",
"@backstage/test-utils": "^0.1.1-alpha.5",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/jest-dom": "^5.7.0",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^10.2.4",
"@types/jest": "^25.2.1",
+1 -1
View File
@@ -14,5 +14,5 @@
* limitations under the License.
*/
import '@testing-library/jest-dom/extend-expect';
import '@testing-library/jest-dom';
require('jest-fetch-mock').enableMocks();