mirror of
https://code.forgejo.org/actions/setup-go
synced 2025-06-10 12:32:23 +02:00
ran npm run format
This commit is contained in:
parent
1b4432d713
commit
7536f71ae2
1 changed files with 2 additions and 2 deletions
|
@ -215,12 +215,12 @@ describe('isGhes', () => {
|
|||
|
||||
beforeEach(() => {
|
||||
jest.resetModules();
|
||||
process.env = { ...pristineEnv };
|
||||
process.env = {...pristineEnv};
|
||||
});
|
||||
|
||||
afterAll(() => {
|
||||
process.env = pristineEnv;
|
||||
});
|
||||
});
|
||||
|
||||
it('returns false when the GITHUB_SERVER_URL environment variable is not defined', async () => {
|
||||
delete process.env['GITHUB_SERVER_URL'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue