mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-20 19:29:10 +08:00
Fix testcase for resolvePaths works on current directory
This commit is contained in:
parent
120202a68c
commit
593bc7061c
2
packages/cache/__tests__/cacheUtils.test.ts
vendored
2
packages/cache/__tests__/cacheUtils.test.ts
vendored
@ -35,5 +35,5 @@ test('assertDefined returns value', () => {
|
||||
|
||||
test('resolvePaths works on current directory', async () => {
|
||||
const resolvedPath = await cacheUtils.resolvePaths(['.'])
|
||||
expect(resolvedPath).toBe(['.'])
|
||||
expect(resolvedPath).toStrictEqual(['.'])
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user