Remove unused imports & vars

Signed-off-by: Philipp Hugenroth <philipph@spotify.com>
This commit is contained in:
Philipp Hugenroth
2023-07-28 15:40:52 +02:00
parent e66544d53a
commit 041e02e2ba
@@ -16,15 +16,9 @@
import {
coreServices,
createBackendPlugin,
createServiceFactory,
createServiceRef,
} from '@backstage/backend-plugin-api';
import { createBackend } from './CreateBackend';
import { mockServices } from '@backstage/backend-test-utils';
const fooServiceRef = createServiceRef<string>({ id: 'foo', scope: 'root' });
const barServiceRef = createServiceRef<string>({ id: 'bar', scope: 'root' });
describe('createBackend', () => {
it('should not throw when overriding a default service implementation', () => {