1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-go synced 2025-06-12 21:34:14 +02:00

ran npm run format

This commit is contained in:
John Wesley Walker III 2024-10-18 17:24:56 +00:00
parent 1b4432d713
commit 7536f71ae2

View file

@ -215,7 +215,7 @@ describe('isGhes', () => {
beforeEach(() => { beforeEach(() => {
jest.resetModules(); jest.resetModules();
process.env = { ...pristineEnv }; process.env = {...pristineEnv};
}); });
afterAll(() => { afterAll(() => {