From d47be301da5bae4cad1f8fe2637f967f3f51f34b Mon Sep 17 00:00:00 2001 From: Rik Claessens Date: Sat, 13 Jul 2024 11:58:07 +0200 Subject: [PATCH] Add changeset for adding the icons option to TestAppOptions Signed-off-by: Rik Claessens --- .changeset/silent-eyes-lie.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/silent-eyes-lie.md diff --git a/.changeset/silent-eyes-lie.md b/.changeset/silent-eyes-lie.md new file mode 100644 index 0000000000..6b96d8fe61 --- /dev/null +++ b/.changeset/silent-eyes-lie.md @@ -0,0 +1,5 @@ +--- +'@backstage/test-utils': minor +--- + +Added the icons option to the renderInTestApp function's TestAppOptions to be forwarded to the icons option of createApp.