chore(badges): Enhance warning in readme and describe how to allow configuration reading from frontend. Move remaining tests files beside the tested code

Signed-off-by: Rbillon59 <r.billon@celonis.com>
This commit is contained in:
Rbillon59
2023-04-28 18:38:07 +02:00
parent 00979497ac
commit 29078a6c05
5 changed files with 19 additions and 4 deletions
@@ -25,7 +25,7 @@ import {
import { CatalogApi } from '@backstage/catalog-client';
import type { Entity } from '@backstage/catalog-model';
import { Config, ConfigReader } from '@backstage/config';
import { createRouter } from '../service/router';
import { createRouter } from './router';
import { BadgeBuilder } from '../lib';
import {
BackstageIdentityResponse,
@@ -25,7 +25,7 @@ import {
import { CatalogApi } from '@backstage/catalog-client';
import type { Entity } from '@backstage/catalog-model';
import { Config, ConfigReader } from '@backstage/config';
import { createRouter } from '../service/router';
import { createRouter } from './router';
import { BadgeBuilder } from '../lib';
import {
BackstageIdentityResponse,