Merge pull request #14654 from acierto/cost-insight-trending-line

Making a possibility to hide a trending line in a cost insights plugin
This commit is contained in:
Johan Haals
2022-11-23 13:46:04 +01:00
committed by GitHub
15 changed files with 149 additions and 46 deletions
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/test-utils': patch
---
The test utility for the plugin context called `MockPluginProvider` has been created. It will be handy in the cases when you use
`__experimentalConfigure` in your plugin. It is experimental and exported through `@backstage/test-utils/alpha`.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-cost-insights': patch
---
Making a possibility to hide a trending line in a cost insights plugin