Incorporated the feedback

Signed-off-by: bnechyporenko <bnechyporenko@bol.com>
This commit is contained in:
bnechyporenko
2022-09-13 12:29:29 +02:00
parent e3f0ea81b7
commit 3924292cf3
3 changed files with 2 additions and 3 deletions
-1
View File
@@ -1,5 +1,4 @@
---
'@backstage/plugin-auth-backend': patch
'@backstage/plugin-scaffolder-backend': patch
---
@@ -27,7 +27,7 @@ import { ConflictError, InputError, NotFoundError } from '@backstage/errors';
import { Logger } from 'winston';
import { TokenIssuer, TokenParams } from '../../identity/types';
import { AuthResolverContext } from '../../providers';
import { AuthResolverCatalogUserQuery } from '../../providers';
import { AuthResolverCatalogUserQuery } from '../../providers/types';
import { CatalogIdentityClient } from '../catalog';
/**
@@ -66,7 +66,7 @@ describe('DefaultWorkflowRunner', () => {
});
beforeEach(() => {
winston.format.simple(); // put logform the required cache before mocking fs
winston.format.simple(); // put logform in the require.cache before mocking fs
mockFs({
'/tmp': mockFs.directory(),
...realFiles,