diff --git a/__tests__/finder.test.ts b/__tests__/finder.test.ts index a87ed3a3..d2fe775b 100644 --- a/__tests__/finder.test.ts +++ b/__tests__/finder.test.ts @@ -30,7 +30,7 @@ describe('Finder tests', () => { let writeSpy: jest.SpyInstance; let spyCoreAddPath: jest.SpyInstance; let spyCoreExportVariable: jest.SpyInstance; - const env = process.env; + const env = process.env; beforeEach(() => { writeSpy = jest.spyOn(process.stdout, 'write');