mirror of https://github.com/actions/toolkit
pull/1830/head
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…
Reference in New Issue