update usage elsewhere

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2024-08-30 16:02:40 +02:00
parent 15e3e073d6
commit 53b24d9a59
4 changed files with 23 additions and 14 deletions
@@ -14,7 +14,10 @@
* limitations under the License.
*/
import { loggerToWinstonLogger } from '@backstage/backend-common';
import {
PluginCacheManager,
loggerToWinstonLogger,
} from '@backstage/backend-common';
import { ConfigReader } from '@backstage/config';
import {
DocsBuildStrategy,
@@ -30,7 +33,6 @@ import { createEventStream, createRouter, RouterOptions } from './router';
import { TechDocsCache } from '../cache';
import { mockErrorHandler, mockServices } from '@backstage/backend-test-utils';
import { DiscoveryService } from '@backstage/backend-plugin-api';
import { PluginCacheManager } from '@backstage/backend-defaults/cache';
jest.mock('@backstage/catalog-client');
jest.mock('@backstage/config');