mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2024-11-05 19:45:48 +00:00
fixup mocked version output
This commit is contained in:
parent
d8b0944270
commit
460f88643a
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ describe('setup-node', () => {
|
|||
|
||||
// @actions/exec
|
||||
getExecOutputSpy = jest.spyOn(exec, 'getExecOutput');
|
||||
getExecOutputSpy.mockImplementation(() => '16.15.0');
|
||||
getExecOutputSpy.mockImplementation(() => 'v16.15.0');
|
||||
});
|
||||
|
||||
afterEach(() => {
|
||||
|
|
Loading…
Reference in a new issue