Fix tests in CI

Signed-off-by: Francesco Saltori <francescosaltori@gmail.com>
This commit is contained in:
Francesco Saltori
2022-08-08 15:50:29 +02:00
parent a9c1c1580e
commit 5ffaf1cc17
@@ -287,6 +287,8 @@ describe('createPublishGithubPullRequestAction', () => {
teamReviewers: ['team-foo'],
};
mockFs({ [workspacePath]: {} });
ctx = {
createTemporaryDirectory: jest.fn(),
output: jest.fn(),
@@ -337,6 +339,8 @@ describe('createPublishGithubPullRequestAction', () => {
description: 'This PR is really good',
};
mockFs({ [workspacePath]: {} });
ctx = {
createTemporaryDirectory: jest.fn(),
output: jest.fn(),