mirror of
https://github.com/actions/setup-node.git
synced 2025-12-14 16:51:38 +08:00
fix
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user