Clean up whitespace

This commit is contained in:
eyal0 2021-05-09 17:28:36 -06:00
parent c89fc914c3
commit 794e49020f

View file

@ -52,6 +52,7 @@ beforeAll(() => {
beforeEach(() => { beforeEach(() => {
process.env[Events.Key] = Events.Push; process.env[Events.Key] = Events.Push;
process.env[RefKey] = "refs/heads/feature-branch"; process.env[RefKey] = "refs/heads/feature-branch";
jest.spyOn(actionUtils, "isGhes").mockImplementation(() => false); jest.spyOn(actionUtils, "isGhes").mockImplementation(() => false);
}); });