mirror of
https://github.com/actions/setup-node.git
synced 2025-04-24 12:22:12 +00:00
fix
This commit is contained in:
parent
dbbe0bac60
commit
bcd922a112
1 changed files with 1 additions and 1 deletions
|
@ -474,7 +474,7 @@ describe('setup-node', () => {
|
||||||
expect(logSpy).toHaveBeenCalledWith(
|
expect(logSpy).toHaveBeenCalledWith(
|
||||||
'Attempt to resolve the latest version from manifest...'
|
'Attempt to resolve the latest version from manifest...'
|
||||||
);
|
);
|
||||||
expect(warningSpy).toHaveBeenCalledWith(
|
expect(logSpy).toHaveBeenCalledWith(
|
||||||
'Unable to resolve version from manifest...'
|
'Unable to resolve version from manifest...'
|
||||||
);
|
);
|
||||||
expect(logSpy).toHaveBeenCalledWith(
|
expect(logSpy).toHaveBeenCalledWith(
|
||||||
|
|
Loading…
Add table
Reference in a new issue