Merge branch 'master' of https://github.com/backstage/backstage into feat/allow-inspect-override

Signed-off-by: jrwpatterson <jrwpatterson@gmail.com>
This commit is contained in:
jrwpatterson
2023-09-15 06:55:37 +10:00
49 changed files with 1094 additions and 543 deletions
@@ -31,6 +31,9 @@ import { rest } from 'msw';
import { NotFoundError } from '@backstage/errors';
import { Lockfile } from '../../lib/versioning/Lockfile';
// Avoid mutating the global http(s) agent used in other tests
jest.mock('global-agent/bootstrap', () => {});
// Remove log coloring to simplify log matching
jest.mock('chalk', () => ({
red: (str: string) => str,