mirror of
https://github.com/actions/setup-go.git
synced 2025-06-05 01:08:37 +00:00
Remove duplicated spyOn
This commit is contained in:
@ -51,7 +51,6 @@ describe('setup-go', () => {
|
|||||||
getBooleanInputSpy = jest.spyOn(core, 'getBooleanInput');
|
getBooleanInputSpy = jest.spyOn(core, 'getBooleanInput');
|
||||||
getBooleanInputSpy.mockImplementation(name => inputs[name]);
|
getBooleanInputSpy.mockImplementation(name => inputs[name]);
|
||||||
exportVarSpy = jest.spyOn(core, 'exportVariable');
|
exportVarSpy = jest.spyOn(core, 'exportVariable');
|
||||||
extractTarSpy = jest.spyOn(core, 'exportVariable');
|
|
||||||
|
|
||||||
// node
|
// node
|
||||||
os = {};
|
os = {};
|
||||||
|
Reference in New Issue
Block a user