mirror of
https://github.com/actions/toolkit
synced 2025-05-09 08:33:00 +00:00
Lint fix
This commit is contained in:
parent
daa24d7958
commit
3abbc6c24c
4 changed files with 3 additions and 617 deletions
2
packages/cache/__tests__/saveCache.test.ts
vendored
2
packages/cache/__tests__/saveCache.test.ts
vendored
|
@ -77,7 +77,7 @@ test('save with large cache outputs should fail', async () => {
|
|||
)
|
||||
|
||||
const archiveFolder = '/foo/bar'
|
||||
|
||||
expect(reserveCacheMock).toHaveBeenCalledTimes(1)
|
||||
expect(createTarMock).toHaveBeenCalledTimes(1)
|
||||
expect(createTarMock).toHaveBeenCalledWith(
|
||||
archiveFolder,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue