chore: fix issue with formatting

Signed-off-by: benjdlambert <ben@blam.sh>
This commit is contained in:
benjdlambert
2025-06-17 14:10:39 +02:00
parent ef91ae8283
commit 4ed459eabf
+1 -1
View File
@@ -7,7 +7,7 @@ Added an `actionsRegistryServiceMock` and `actionsServiceMock` to `/alpha` expor
This allows you to write tests for your actions by doing something similar to the following:
```ts
import { actionsRegistryServiceMock } from '@backstage/backend-test-utils/alpha`;
import { actionsRegistryServiceMock } from '@backstage/backend-test-utils/alpha';
const mockActionsRegistry = actionsRegistryServiceMock();
const mockCatalog = catalogServiceMock({