mirror of
https://code.forgejo.org/actions/setup-go.git
synced 2024-11-05 19:45:49 +00:00
Remove duplicated spyOn
This commit is contained in:
parent
229eefa42b
commit
0c03929337
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue