From 85868de3556a41cb4e6a13ee3eeacc57b657e488 Mon Sep 17 00:00:00 2001 From: Bogdan Nechyporenko Date: Mon, 21 Nov 2022 21:07:43 +0100 Subject: [PATCH] Update .changeset/gold-yaks-join.md Co-authored-by: Patrik Oldsberg Signed-off-by: Bogdan Nechyporenko --- .changeset/gold-yaks-join.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.changeset/gold-yaks-join.md b/.changeset/gold-yaks-join.md index 6871948c81..29996d1f74 100644 --- a/.changeset/gold-yaks-join.md +++ b/.changeset/gold-yaks-join.md @@ -2,5 +2,5 @@ '@backstage/test-utils': patch --- -The test utility for PluginProvider called MockPluginProvider has been created. It will be handy in the cases when you use -\_\_experimentalConfigure in your plugin +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`.