mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-21 17:09:05 +08:00
/
This commit is contained in:
parent
8551843690
commit
5a62022195
@ -319,7 +319,7 @@ describe('Search', () => {
|
|||||||
expect(specifications.length).toEqual(1)
|
expect(specifications.length).toEqual(1)
|
||||||
expect(specifications[0].sourcePath).toEqual(uploadPath)
|
expect(specifications[0].sourcePath).toEqual(uploadPath)
|
||||||
expect(specifications[0].destinationPath).toEqual(
|
expect(specifications[0].destinationPath).toEqual(
|
||||||
path.join('upload-dir', 'symlink.txt')
|
path.join('/upload-dir', 'symlink.txt')
|
||||||
)
|
)
|
||||||
expect(specifications[0].stats.isSymbolicLink()).toBe(true)
|
expect(specifications[0].stats.isSymbolicLink()).toBe(true)
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user