This commit is contained in:
Sergei Zharinov 2022-06-27 19:26:31 +03:00
parent 395689e10e
commit da715ab903

View File

@ -144,7 +144,12 @@ describe('zprint tests', () => {
undefined,
'token 123'
)
expect(tc.cacheFile).toHaveBeenCalledWith('/foo/zprint', 'zprint', 'zprint', '9.9.9')
expect(tc.cacheFile).toHaveBeenCalledWith(
'/foo/zprint',
'zprint',
'zprint',
'9.9.9'
)
expect(core.addPath).toHaveBeenCalledWith('/bar/zprint')
})
})