frontend-test-utils: expand changeset

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
Vincenzo Scamporlino
2025-10-07 21:04:00 +02:00
parent 7db384cef2
commit c41dd803c6
2 changed files with 5 additions and 1 deletions
-1
View File
@@ -1,5 +1,4 @@
---
'@backstage/frontend-test-utils': patch
'@backstage/plugin-app': patch
---
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/frontend-test-utils': patch
---
Add a new utility `renderTestApp` to `@backstage/frontend-test-utils` that simplifies rendering extensions within the Backstage application context for testing purposes. This utility replaces the use of `renderInTestApp` when the `extensions` option is needed.