diff --git a/packages/frontend-plugin-api/package.json b/packages/frontend-plugin-api/package.json index e996881611..8d90a84d71 100644 --- a/packages/frontend-plugin-api/package.json +++ b/packages/frontend-plugin-api/package.json @@ -27,6 +27,7 @@ "@backstage/frontend-app-api": "workspace:^", "@backstage/test-utils": "workspace:^", "@testing-library/jest-dom": "^6.0.0", + "@testing-library/react": "^12.1.3", "@testing-library/react-hooks": "^8.0.1", "history": "^5.3.0" }, diff --git a/yarn.lock b/yarn.lock index 4e47f15fd3..492c512e76 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4236,6 +4236,7 @@ __metadata: "@backstage/types": "workspace:^" "@backstage/version-bridge": "workspace:^" "@testing-library/jest-dom": ^6.0.0 + "@testing-library/react": ^12.1.3 "@testing-library/react-hooks": ^8.0.1 "@types/react": ^16.13.1 || ^17.0.0 history: ^5.3.0