mirror of
https://github.com/actions/setup-node.git
synced 2025-06-29 14:13:49 +00:00
Review fixes 3
This commit is contained in:
parent
3ef527264a
commit
17a4854193
4 changed files with 0 additions and 11 deletions
|
@ -143,14 +143,6 @@ describe('run', () => {
|
|||
expect(getStateSpy).toHaveBeenCalledTimes(3);
|
||||
expect(getCommandOutputSpy).toHaveBeenCalledTimes(0);
|
||||
expect(debugSpy).toHaveBeenCalledTimes(0);
|
||||
/*
|
||||
expect(debugSpy).toHaveBeenCalledWith(
|
||||
'Consumed yarn version is 2.2.3 (working dir: "")'
|
||||
);
|
||||
expect(debugSpy).toHaveBeenCalledWith(
|
||||
'yarn\'s cache folder "/some/random/path/yarn2" configured for the root directory'
|
||||
);
|
||||
*/
|
||||
expect(infoSpy).toHaveBeenCalledWith(
|
||||
`Cache hit occurred on the primary key ${yarnFileHash}, not saving cache.`
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue