mirror of
https://github.com/actions/cache.git
synced 2025-06-18 23:02:57 -06:00
Add Eric's e2e test change to get more coverage
This commit is contained in:
parent
0232e3178d
commit
3f662ca624
7 changed files with 143 additions and 20 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue