mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-06 04:29:25 +08:00
remove todo comment (#297)
This commit is contained in:
parent
dd64d8c7c9
commit
058ad6937d
@ -134,7 +134,6 @@ describe('globber', () => {
|
||||
|
||||
const itemPaths = await glob(root, {followSymbolicLinks: true})
|
||||
expect(itemPaths).toEqual([root, path.join(root, 'file')])
|
||||
// todo: ? expect(itemPaths[2]).toBe(path.join(root, 'symDir'))
|
||||
})
|
||||
|
||||
it('detects deep cycle starting from middle when followSymbolicLinks=true', async () => {
|
||||
@ -244,7 +243,6 @@ describe('globber', () => {
|
||||
path.join(root, 'symDir'),
|
||||
path.join(root, 'symDir', 'file')
|
||||
])
|
||||
// todo: ? expect(itemPaths[2]).toBe(path.join(root, 'symDir', 'symDir'));
|
||||
})
|
||||
|
||||
it('does not follow symlink when followSymbolicLinks=false', async () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user