chore: removal of backend-common from tests

Signed-off-by: benjdlambert <ben@blam.sh>
This commit is contained in:
benjdlambert
2025-08-12 13:18:00 +02:00
parent d8caf04934
commit a5795707ef
6 changed files with 0 additions and 7 deletions
@@ -14,7 +14,6 @@
* limitations under the License.
*/
import '@backstage/backend-common';
import {
ANNOTATION_KUBERNETES_AUTH_PROVIDER,
ANNOTATION_KUBERNETES_AWS_ASSUME_ROLE,
@@ -14,7 +14,6 @@
* limitations under the License.
*/
import '@backstage/backend-common';
import { ConfigReader, Config } from '@backstage/config';
import {
ANNOTATION_KUBERNETES_AUTH_PROVIDER,
@@ -15,7 +15,6 @@
*/
import { ANNOTATION_KUBERNETES_AUTH_PROVIDER } from '@backstage/plugin-kubernetes-common';
import '@backstage/backend-common';
import { ConfigReader, Config } from '@backstage/config';
import { GkeClusterLocator } from './GkeClusterLocator';
import * as container from '@google-cloud/container';
@@ -14,8 +14,6 @@
* limitations under the License.
*/
import '@backstage/backend-common';
describe('test', () => {
it('unbreaks the test runner', () => {
expect(true).toBeTruthy();
@@ -14,7 +14,6 @@
* limitations under the License.
*/
import '@backstage/backend-common';
import { Entity } from '@backstage/catalog-model';
import { ServiceLocatorRequestContext } from '@backstage/plugin-kubernetes-node';
import { MultiTenantServiceLocator } from './MultiTenantServiceLocator';
@@ -14,7 +14,6 @@
* limitations under the License.
*/
import '@backstage/backend-common';
import { Entity } from '@backstage/catalog-model';
import { ServiceLocatorRequestContext } from '@backstage/plugin-kubernetes-node';
import { SingleTenantServiceLocator } from './SingleTenantServiceLocator';