packages: new frontend-test-utils package

Co-authored-by: Vincenzo Scamporlino <vincenzos@spotify.com>
Co-authored-by: Camila Belo <camilaibs@gmail.com>
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-11-15 10:49:08 +01:00
parent 19216e9470
commit 67972f83f9
6 changed files with 88 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# @backstage/frontend-test-utils
_This package was created through the Backstage CLI_.
## Installation
Install the package via Yarn:
```sh
cd <package-dir> # if within a monorepo
yarn add @backstage/frontend-test-utils
```