mirror of
https://gitea.com/actions/setup-node.git
synced 2025-11-07 07:09:00 +08:00
minor polishing
This commit is contained in:
@@ -309,7 +309,6 @@ describe('setup-node', () => {
|
||||
expect(logSpy).toHaveBeenCalledWith(
|
||||
'Not found in manifest. Falling back to download directly from Node'
|
||||
);
|
||||
expect(logSpy).toHaveBeenCalledWith('came here undefined');
|
||||
expect(dlSpy).toHaveBeenCalled();
|
||||
expect(exSpy).toHaveBeenCalled();
|
||||
expect(cnSpy).toHaveBeenCalledWith(`::add-path::${expPath}${osm.EOL}`);
|
||||
|
||||
Reference in New Issue
Block a user