mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 15:32:13 +00:00
ran npm run format
This commit is contained in:
parent
1d333e3853
commit
5acab22d9a
1 changed files with 2 additions and 3 deletions
|
@ -197,13 +197,12 @@ describe('getDownloadFileName', () => {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
describe('isGhes', () => {
|
describe('isGhes', () => {
|
||||||
const pristineEnv = process.env;
|
const pristineEnv = process.env;
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
jest.resetModules();
|
jest.resetModules();
|
||||||
process.env = { ...pristineEnv };
|
process.env = {...pristineEnv};
|
||||||
});
|
});
|
||||||
|
|
||||||
afterAll(() => {
|
afterAll(() => {
|
||||||
|
|
Loading…
Add table
Reference in a new issue