mirror of
https://github.com/actions/setup-node.git
synced 2025-12-18 11:21:38 +08:00
Add ESLinter and update Prettier
This commit is contained in:
@@ -18,7 +18,7 @@ describe('run', () => {
|
||||
const commonPath = '/some/random/path';
|
||||
process.env['GITHUB_WORKSPACE'] = path.join(__dirname, 'data');
|
||||
|
||||
let inputs = {} as any;
|
||||
const inputs = {} as any;
|
||||
|
||||
let getInputSpy: jest.SpyInstance;
|
||||
let infoSpy: jest.SpyInstance;
|
||||
|
||||
Reference in New Issue
Block a user