From 72e092bca2882fff197a2fcc4d1b125d9700ec37 Mon Sep 17 00:00:00 2001 From: Dmitry Shibanov Date: Fri, 8 Jul 2022 01:15:20 +0200 Subject: [PATCH] format code --- __tests__/finder.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');