Remove debugging output in loader.test.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: David Festal <dfestal@redhat.com>
This commit is contained in:
David Festal
2026-01-23 15:48:45 +01:00
parent 95693a951b
commit 595b9e49ba
@@ -995,11 +995,6 @@ describe('dynamicFrontendFeaturesLoader', () => {
const errorCalls = mocks.console.error.mock.calls.flatMap(e => e[0]);
const warnCalls = mocks.console.warn.mock.calls.flatMap(e => e[0]);
// eslint-disable-next-line no-console
console.log(warnCalls);
// eslint-disable-next-line no-console
console.log(errorCalls);
expect(warnCalls).toEqual(['[ Federation Runtime ]']);
expect(errorCalls).toEqual([
"Failed loading remote module 'plugin_1' of dynamic plugin 'plugin-1': Error: [ Federation Runtime ]: http://localhost:7007/.backstage/dynamic-features/remotes/plugin-1/mf-manifest.json is not a federation manifest",