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
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/frontend-test-utils': minor
---
New testing utility library for `@backstage/frontend-app-api` and `@backstagr/frontend-plugin-api`.
New testing utility library for `@backstage/frontend-app-api` and `@backstage/frontend-plugin-api`.
+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
```
@@ -27,6 +27,4 @@ export class ExtensionTester {
// (undocumented)
render(options?: { config?: JsonObject }): RenderResult;
}
// (No @packageDocumentation comment for this package)
```
@@ -14,4 +14,10 @@
* limitations under the License.
*/
/**
* @packageDocumentation
*
* Contains utilities that can be used when testing frontend features such as extensions.
*/
export * from './app';