frontend-test-utils: README + doc cleanup

Co-authored-by: Camila Belo <camilaibs@gmail.com>
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Co-authored-by: Philipp Hugenroth <philipph@spotify.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-11-15 13:46:21 +01:00
parent 326a9e40e1
commit 2331e2a66b
4 changed files with 10 additions and 6 deletions
+3 -3
View File
@@ -1,12 +1,12 @@
# @backstage/frontend-test-utils
_This package was created through the Backstage CLI_.
Contains utilities that can be used when testing frontend features such as extensions.
## Installation
Install the package via Yarn:
Install the package via Yarn into your own packages:
```sh
cd <package-dir> # if within a monorepo
yarn add @backstage/frontend-test-utils
yarn add --dev @backstage/frontend-test-utils
```