mirror of
https://gitea.com/actions/setup-node.git
synced 2025-04-06 23:39:43 +00:00
work on resolving comments
This commit is contained in:
@ -126,7 +126,7 @@ describe('cache-restore', () => {
|
||||
await restoreCache(packageManager);
|
||||
expect(hashFilesSpy).toHaveBeenCalled();
|
||||
expect(infoSpy).toHaveBeenCalledWith(
|
||||
`Cache restored from key: ${platform}-${packageManager}-${fileHash}`
|
||||
`Cache restored from key: node-cache-${platform}-${packageManager}-${fileHash}`
|
||||
);
|
||||
expect(infoSpy).not.toHaveBeenCalledWith(
|
||||
`${packageManager} cache is not found`
|
||||
|
Reference in New Issue
Block a user