format code

This commit is contained in:
Dmitry Shibanov 2022-07-08 01:15:20 +02:00
parent 2718326b8a
commit 72e092bca2

View file

@ -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');