mirror of https://github.com/actions/toolkit
Merge branch 'pdotl-empty-cache-bugfix' of https://github.com/actions/toolkit into pdotl-empty-cache-bugfix
commit
2a37ee752b
|
@ -36,5 +36,5 @@ test('assertDefined returns value', () => {
|
||||||
|
|
||||||
test('resolvePaths works on current directory', async () => {
|
test('resolvePaths works on current directory', async () => {
|
||||||
const paths = await cacheUtils.resolvePaths(['.'])
|
const paths = await cacheUtils.resolvePaths(['.'])
|
||||||
expect(paths).toContain('.')
|
expect(paths.length).toBe(1)
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue