1
0
Fork 0
pull/1830/head
Rob Herley 2024-09-20 17:52:14 -04:00
parent 8551843690
commit 5a62022195
No known key found for this signature in database
GPG Key ID: D1602042C3543B06
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}) })