mirror of
https://github.com/actions/setup-go.git
synced 2023-09-23 05:03:39 +00:00
Remove duplicated spyOn
This commit is contained in:
parent
229eefa42b
commit
0c03929337
@ -51,7 +51,6 @@ describe('setup-go', () => {
|
||||
getBooleanInputSpy = jest.spyOn(core, 'getBooleanInput');
|
||||
getBooleanInputSpy.mockImplementation(name => inputs[name]);
|
||||
exportVarSpy = jest.spyOn(core, 'exportVariable');
|
||||
extractTarSpy = jest.spyOn(core, 'exportVariable');
|
||||
|
||||
// node
|
||||
os = {};
|
||||
|
Loading…
Reference in New Issue
Block a user