mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-06-06 20:31:10 +00:00
minor polishing
This commit is contained in:
parent
15e57b56d6
commit
f3c48890ed
7 changed files with 5 additions and 13 deletions
|
@ -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}`);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue