Skip to content

Commit

Permalink
remove todo comment (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsciple authored Jan 10, 2020
1 parent dd64d8c commit 058ad69
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/glob/__tests__/internal-globber.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down Expand Up @@ -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 () => {
Expand Down

0 comments on commit 058ad69

Please # to comment.