mirror of
https://github.com/actions/setup-java.git
synced 2025-04-19 09:26:46 +00:00
ran npm run format
This commit is contained in:
parent
0c1694f6f7
commit
ceadfc3789
1 changed files with 2 additions and 2 deletions
|
@ -87,12 +87,12 @@ describe('isGhes', () => {
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
jest.resetModules();
|
jest.resetModules();
|
||||||
process.env = { ...pristineEnv };
|
process.env = {...pristineEnv};
|
||||||
});
|
});
|
||||||
|
|
||||||
afterAll(() => {
|
afterAll(() => {
|
||||||
process.env = pristineEnv;
|
process.env = pristineEnv;
|
||||||
});
|
});
|
||||||
|
|
||||||
it('returns false when the GITHUB_SERVER_URL environment variable is not defined', async () => {
|
it('returns false when the GITHUB_SERVER_URL environment variable is not defined', async () => {
|
||||||
delete process.env['GITHUB_SERVER_URL'];
|
delete process.env['GITHUB_SERVER_URL'];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue