mirror of
https://github.com/actions/setup-python.git
synced 2025-08-27 03:04:14 +00:00
format code
This commit is contained in:
parent
2718326b8a
commit
72e092bca2
@ -30,7 +30,7 @@ describe('Finder tests', () => {
|
|||||||
let writeSpy: jest.SpyInstance;
|
let writeSpy: jest.SpyInstance;
|
||||||
let spyCoreAddPath: jest.SpyInstance;
|
let spyCoreAddPath: jest.SpyInstance;
|
||||||
let spyCoreExportVariable: jest.SpyInstance;
|
let spyCoreExportVariable: jest.SpyInstance;
|
||||||
const env = process.env;
|
const env = process.env;
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
writeSpy = jest.spyOn(process.stdout, 'write');
|
writeSpy = jest.spyOn(process.stdout, 'write');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user