fix report

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2024-10-11 09:48:21 +02:00
parent 7f7892bc0b
commit 40bfc240c7
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -107,8 +107,6 @@ export namespace mockApis {
// @public @deprecated
export function mockBreakpoint(options: { matches: boolean }): void;
// Warning: (ae-unresolved-link) The @link reference could not be resolved: The reference is ambiguous because "config" has more than one declaration; you need to add a TSDoc member reference selector
//
// @public @deprecated
export class MockConfigApi implements ConfigApi {
constructor(data: JsonObject);
@@ -23,7 +23,7 @@ import { ConfigApi } from '@backstage/core-plugin-api';
* that can be used to mock configuration using a plain object.
*
* @public
* @deprecated Use {@link mockApis.config} instead
* @deprecated Use {@link mockApis.(config:namespace)} instead
* @example
* ```tsx
* const mockConfig = new MockConfigApi({