ran `npm run format`

pull/511/head
John Wesley Walker III 6 months ago
parent 1b4432d713
commit 7536f71ae2

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

Loading…
Cancel
Save