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
@@ -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,