mirror of
https://github.com/actions/cache.git
synced 2025-06-24 11:21:11 +02:00
Add Eric's e2e test change to get more coverage
This commit is contained in:
@ -51,7 +51,7 @@ test("extract GNU tar", async () => {
|
||||
|
||||
await tar.extractTar(archivePath, targetDirectory);
|
||||
|
||||
expect(execMock).toHaveBeenCalledTimes(2);
|
||||
expect(execMock).toHaveBeenCalledTimes(1);
|
||||
expect(execMock).toHaveBeenLastCalledWith(`"tar"`, [
|
||||
"-xz",
|
||||
"-f",
|
||||
|
Reference in New Issue
Block a user