mirror of https://github.com/actions/setup-python
ran `npm run format`
This commit is contained in:
parent
1d333e3853
commit
5acab22d9a
|
@ -197,13 +197,12 @@ describe('getDownloadFileName', () => {
|
|||
});
|
||||
});
|
||||
|
||||
|
||||
describe('isGhes', () => {
|
||||
const pristineEnv = process.env;
|
||||
|
||||
beforeEach(() => {
|
||||
jest.resetModules();
|
||||
process.env = { ...pristineEnv };
|
||||
process.env = {...pristineEnv};
|
||||
});
|
||||
|
||||
afterAll(() => {
|
||||
|
|
Loading…
Reference in New Issue