From 5e238ed56a8f4091917f95e083d41410e0a0447b Mon Sep 17 00:00:00 2001 From: bnechyporenko Date: Fri, 18 Nov 2022 10:29:09 +0100 Subject: [PATCH] Incorporated the feedback Signed-off-by: bnechyporenko --- .changeset/gold-yaks-join.md | 6 ++++++ .changeset/yellow-forks-knock.md | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/gold-yaks-join.md diff --git a/.changeset/gold-yaks-join.md b/.changeset/gold-yaks-join.md new file mode 100644 index 0000000000..4502a516cd --- /dev/null +++ b/.changeset/gold-yaks-join.md @@ -0,0 +1,6 @@ +--- +'@backstage/test-utils': patch +--- + +The test util for PluginProvider called MockPluginProvider has been created. It will be handy in the cases when you use +\_\_experimentalConfigure in your plugin diff --git a/.changeset/yellow-forks-knock.md b/.changeset/yellow-forks-knock.md index 6c3d300026..98c4b5b675 100644 --- a/.changeset/yellow-forks-knock.md +++ b/.changeset/yellow-forks-knock.md @@ -1,6 +1,5 @@ --- '@backstage/plugin-cost-insights': patch -'@backstage/test-utils': patch --- Making a possibility to hide a trending line in a cost insights plugin