mirror of
https://github.com/DeLaGuardo/setup-clojure.git
synced 2025-01-14 02:18:07 +08:00
fmt
This commit is contained in:
parent
395689e10e
commit
da715ab903
@ -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')
|
||||
})
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user