mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 07:22:14 +00:00
format code
This commit is contained in:
parent
2718326b8a
commit
72e092bca2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue