1
0
Fork 0
mirror of https://github.com/actions/setup-node synced 2025-04-08 18:05:50 +00:00
This commit is contained in:
Maxim Lobanov 2020-06-29 21:13:43 +03:00
parent dbbe0bac60
commit bcd922a112

View file

@ -474,7 +474,7 @@ describe('setup-node', () => {
expect(logSpy).toHaveBeenCalledWith(
'Attempt to resolve the latest version from manifest...'
);
expect(warningSpy).toHaveBeenCalledWith(
expect(logSpy).toHaveBeenCalledWith(
'Unable to resolve version from manifest...'
);
expect(logSpy).toHaveBeenCalledWith(